Skip to main content

No project description provided

Project description

assets/logo_200w.png

Python compat PyPi GHA Status Coverage Documentation Status

pyht

pyht is a

Features

Installation

playht requires Python >=3.8 and can be installed via:

python -m pip install pyht

Usage

from datetime import datetime
from pathlib import Path

import pyaudio

from pyht import Client

client = Client(
   user_id="<YOUR_USER_ID>",
   api_key="<YOUR_API_KEY>",
)

for chunk in client.tts("Hello World!", voice="<YOUR_VOICE_URI>"):
   # do something with the audio chunk

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyht-0.0.7.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

pyht-0.0.7-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page