Skip to content

v0.5.1

Choose a tag to compare

@KoljaB KoljaB released this 11 Apr 11:08
· 142 commits to master since this release

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() and engine.set_stream_chunk_size().
  • Dependency Updates: Upgraded libraries (e.g., openai, kokoro, elevenlabs, etc.) to newer versions.