v0.4.21
KoljaB/RealtimeTTSv0.4.21Dec 14, 2024by KoljaB
AI Summary
This release updates core dependencies and introduces a seed parameter to the StyleTTS engine while addressing noise generation issues with short text.
Key Highlights
- Updated dependencies (stream2sentence, coqui-tts, elevenlabs, openai, edge-tts)
- Added seed to StyleTTS engine
- Fixed noise generation with short text and high embedding_scale
- Fixed stream2sentence minimum sentence length not being respected
New Features
- Added seed to StyleTTS engine
- Fixed noise generation with short text and high embedding_scale
- Fixed stream2sentence minimum sentence length not being respected
Full Release Notes
# RealtimeTTS v0.4.21 Release Notes ## 🚀 New Features - update to latest versions of dependencies (stream2sentence, coqui-tts, elevenlabs, openai, edge-tts) ### **StyleTTS Engine** - Added seed. Added fix for a styletts2 problem causing noise to be generated with very short texts, especially when using embedding_scale values > 1 ## 🛠Bug Fixes - Fixed a problem in stream2sentence causing minimum_sentence_length to not be respected