v0.5.7
JackismyShephard/ultimate-rvcv0.5.7Jul 21, 2025by KoljaB
AI Summary
This release introduces a new ZipVoice engine designed for high-quality, fast, and small text-to-speech output with voice cloning capabilities. It also includes bug fixes and general improvements, specifically addressing issue #320.
Key Highlights
- Added `ZipVoiceEngine` for small, fast, and high-quality text-to-speech.
- Supports voice cloning functionality.
- Includes a FastAPI server implementation in Docker for realtime streaming.
- Fixed issue #320.
New Features
- ZipVoiceEngine for text-to-speech
- Docker FastAPI server implementation for ZipVoice
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