#174 · Primary category: Speech & Audio
voicebox-pytorch
Implementation of Voicebox, new SOTA Text-to-speech network from MetaAI, in Pytorch
Project last updated:10/01/24
GitHub Stars
703
Forks
59
Contributors
7
License
MIT
Why we included this project
Voicebox is Meta's flow-matching text-to-speech model, notable for bringing in-context learning to speech generation, and this repository is a PyTorch reimplementation of it. The code wires the whole pipeline together, from a text-to-semantic module through an EnCodec-based audio codec to a conditional flow matching wrapper, so you can train on raw audio and generate speech conditioned on both text and a reference clip. It also supports Spear-TTS conditioning, which the author reports converges well in practice. One honest caveat: the maintainer now points people to E2 TTS as the more current option, so treat this as a solid reference for studying how Voicebox works and for experiments, not as a production-ready service.
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.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production