v0.5.1
RealtimeTTS v0.5.1 Release Notes
Enhancements & Changes:
- Audio Trimming & Fading: Trim leading/trailing silence and apply fades to generated audio (configurable in Kokoro & StyleTTS engines).
- Stop Event Handling: Implemented fast reliable stop of ongoing synthesis especially for the Coqui engine.
- Dynamic Coqui Settings: Change language and stream chunk size for the Coqui engine on the fly using
engine.set_language()andengine.set_stream_chunk_size(). - Dependency Updates: Upgraded libraries (e.g.,
openai,kokoro,elevenlabs, etc.) to newer versions.