OuteAI
Project description
OuteAI Early Access API - TTS Client
A Python client for interacting with the OuteAI Text-to-Speech (TTS) API.
from outeai.api.v1 import TTSClient
client = TTSClient(token="your_access_token_here")
output = client.generate(
text="Hello, how are you doing today?",
temperature=0.4,
speaker={"default": "EN-FEMALE-1-NEUTRAL"}
)
# Save the audio
output.save("output.flac")
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
outeai-0.2.0.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file outeai-0.2.0.tar.gz.
File metadata
- Download URL: outeai-0.2.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4996976bfebdf1f4d584cbdd20ad1a6a7e9e5f02fbc089a603e34a9a3aa77fd
|
|
| MD5 |
c15685c9e6b7822f76b6fe4516a4628b
|
|
| BLAKE2b-256 |
40e18dedd5fcfa7579e11f5e0bfda560a9042a79bd4d0569f89b93650f47b96f
|
File details
Details for the file outeai-0.2.0-py3-none-any.whl.
File metadata
- Download URL: outeai-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7acab97e256f361e09dc98f11a784a86dda48a43e643ad24be4436f2c714b14
|
|
| MD5 |
e7b60f0c50d416a5fae8ce38ebf5264a
|
|
| BLAKE2b-256 |
5f31511f5e358354c91f4cbacdee98cedf42a19502c7f891ab54e04b1f9d4a2c
|