v2.0.3
Fictionarry/TalkingGaussianv2.0.3Jun 7, 2026by lipku
AI Summary
Introduces a new Text-to-Speech (TTS) backend and a comprehensive Web UI for voice management, enabling voice cloning and synthesis testing.
Key Highlights
- Added OmniTTS backend supporting vLLM models like Qwen3-TTS and Fish Speech.
- New TTS Voice Manager Web UI for browsing, cloning, and testing voices.
- Voice cloning upload with auto-transcription and consent ID generation.
New Features
- OmniTTS backend (vLLM Omni Speech Adapter).
- TTS Voice Manager Web UI (browse, clone, test).
- Voice clone upload with browser-native speech recognition.
- Speech synthesis test interface with customizable formats and languages.
- Environment variable template (.env.example) for service configuration.
Full Release Notes
### ✨ New Features **OmniTTS — vLLM Omni Speech Adapter** - Added `tts/omnitts.py`, a new TTS backend that calls the vLLM Omni OpenAI-compatible speech API (`POST /v1/audio/speech`). Supports all vLLM Omni models (Qwen3-TTS, Fish Speech S2, CosyVoice3, Voxtral, VoxCPM2, MOSS-TTS-Nano) with configurable source sample rate, automatic resampling to 16 kHz, and per-message parameter overrides (voice, language, speed, instructions, task type). [usage](https://doc.livetalking.ai/docs/usage/#331-omni-tts) **TTS Voice Manager Web UI** - Added `web/tts/index.html` and `web/tts/index-en.html` — a full-featured voice management dashboard: - **Voice list** — browse preset and uploaded voices from the vLLM Omni server, with one-click selection and voice deletion. - **Voice clone upload** — upload audio samples to clone new voices with auto-generated consent ID, required reference text, and a browser-native speech recognition button for auto-transcription. - **Speech synthesis test** — select a voice, enter text, and synthesize speech with adjustable speed, language (11 languages), output format (WAV/MP3/FLAC/AAC/Opus/PCM), and task type. Results play in-page and are downloadable. - Added quick-link cards to the main index pages pointing to the TTS manager. **Environment Variable Template** - Added `.env.example` with placeholder keys for Tencent, DashScope, and Doubao services. `python-dotenv` auto-loads `.env` on startup. <img width="2610" height="1312" alt="image" src="https://github.com/user-attachments/assets/89db19ca-4a36-45e9-b86c-c89fde1bbd7e" />