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
Sending a second text chunk to the same TTS websocket context with `continue_=True` immediately stopped the ongoing audio generation instead of continuing sequentially. The docs on contexts did not make the pattern obvious. Another user fou