KoljaB / RealtimeTTS

Converts text to speech in realtime
1.41k stars 120 forks source link

Dev #13

Closed KoljaB closed 7 months ago

KoljaB commented 7 months ago

Latest Version: v0.3.0

New Features:

  1. Expanded language support, including Chinese (details in tests and speed test).
  2. Fallback engines in TextToAudioStream, enhancing reliability for real-time scenarios by switching to alternate engines if one fails.
  3. Audio file saving feature with output_wavfile parameter. This allows for the simultaneous saving of real-time synthesized audio, enabling later playback of the live synthesis.