v0.5.7
kulikov0/whitelist-bypassv0.5.7Jul 21, 2025by KoljaB
AI Summary
Adds a new ZipVoice engine for high-quality, fast text-to-speech with voice cloning capabilities. Includes bug fixes and improvements.
Key Highlights
- Added `ZipVoiceEngine` for high-quality TTS output.
- ZipVoice is described as small, fast, and supports voice cloning.
- Includes Docker implementation for real-time streaming.
- Bug fix for issue #320.
New Features
- ZipVoice engine implementation with voice cloning support.
- Docker server implementation for real-time streaming.
Full Release Notes
# RealtimeTTS v0.5.7 **New Engine:** ✨ Added `ZipVoiceEngine` - ZipVoice is small, fast and delivers high-quality output with voice cloning. - see [zipvoice_test](https://github.com/KoljaB/RealtimeTTS/blob/master/tests/zipvoice_test.py) file for an implementation example - see the [zipvoice docker folder](https://github.com/KoljaB/RealtimeTTS/tree/master/docker/zipvoice) for a realtime streaming fastapi server implementation for zipvoice **Bug Fixes & Improvements:** - fixes #320