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.1.tar.gz
(6.9 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.1.tar.gz.
File metadata
- Download URL: outeai-0.2.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43b7006575ec935d3c3a9cb16bcf595b9ca89680f70cf27376a4449ec7e8c8da
|
|
| MD5 |
d0b747292b4faa568f29c0ac35c9696d
|
|
| BLAKE2b-256 |
4945e07cd5324e81efe4db34545c3d9407b2418fbc8ab1262b4da1b4f541cfc7
|
File details
Details for the file outeai-0.2.1-py3-none-any.whl.
File metadata
- Download URL: outeai-0.2.1-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 |
7e02d7283dd8a250c98370f62b4575e362a7f2bb24729f27174891f27bebf110
|
|
| MD5 |
59ea0459dd23772b61113ad5ec20262f
|
|
| BLAKE2b-256 |
bd109c32f3bf1da11fd57119b1f2566107f6c6cb307fc537f3b8643ecced906c
|