cartesia-ai / cartesia-python

The official Python library for the Cartesia API
https://pypi.org/project/cartesia/
MIT License
30 stars 4 forks source link

Car 316 async client #28

Closed 41pp0 closed 6 months ago

41pp0 commented 6 months ago

Another take on async generation. Added unit tests (pytest tests/test_tts.py to run all) and notebook (scratch/generate_samples.ipynb) for demonstration of basic API usage and manual inspection of audio samples

linear[bot] commented 6 months ago
CAR-316 [Python Client] Create Async Versions for Python Client

We want the Python client to be able to support synchronous and asynchronous functions - modify to accommodate for async.

chongzluong commented 6 months ago

Bless u