v0.5.7
OpenMOSS/MOSS-TTS-Nanov0.5.7Jul 21, 2025by KoljaB
AI Summary
This minor update introduces a new ZipVoice engine designed for voice cloning, offering small size and high-quality output. It includes implementation examples and a FastAPI server setup for real-time streaming.
Key Highlights
- Added ZipVoiceEngine for voice cloning
- ZipVoice is described as small, fast, and delivering high-quality output
- Includes realtime streaming FastAPI server implementation
- Added implementation example in zipvoice_test file
New Features
- ZipVoice engine support
- Realtime streaming FastAPI server implementation
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