library · inferred from evidence
cartesia-python
A Python library for interacting with Cartesia's TTS websocket contexts.
- TTS audio generation stops when sending a second text with continue_=True on the same context
When the second chunk kills the first chunk's audio, you are probably only setting `continue_=True` on the follow-up sends. Pass `continue_=True` on every `context.send()`, including the first chunk, and the audio generates sequentially acr