#5 · Primary category: Speech & Audio
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
Project last updated:08/16/24
GitHub Stars
46.0K
Forks
6.1K
Contributors
166
License
MPL-2.0
Why we included this project
Coqui TTS is a good place to start when you want speech synthesis without assembling a pipeline from scratch. It bundles several neural model families, from the older Tacotron and Glow-TTS to the newer XTTS and Bark, so you can pick the tradeoff that fits your use case instead of wiring components together. The same codebase works for research and production: run a quick inference script, stand up a server, or fine-tune a pretrained model on your own voice data. Pretrained voices cover more than a thousand languages, and XTTS streams with under 200ms latency, which covers a lot of real deployments. Teams that need voice cloning and model training in one maintained project will save the integration work of stitching several libraries together.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
ChatTTS
A generative speech model for daily dialogue.