v0.5.7
PlasmoHQ/plasmov0.5.7Jul 21, 2025by KoljaB
AI Summary
This minor version update introduces a new ZipVoice engine, offering a lightweight, high-quality solution for text-to-speech with voice cloning capabilities.
Key Highlights
- Added `ZipVoiceEngine` as a new engine option.
- ZipVoice is designed to be small, fast, and support voice cloning.
- Includes a realtime streaming FastAPI server implementation in Docker.
- Fixes for general audio and voice handling.
New Features
- ZipVoiceEngine for high-quality, fast, and cloneable TTS.
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