Vocos
Fast neural vocoder that predicts spectral coefficients and reconstructs audio via inverse STFT.
About
Instead of generating waveform samples directly in the time domain, Vocos predicts Fourier spectral coefficients and reconstructs audio through an inverse short-time Fourier transform, closing the quality gap between time-domain GAN vocoders and much faster frequency-domain synthesis. Single-pass generation makes it quick even on CPU. Two pretrained models on Hugging Face cover the main use cases: vocos-mel-24khz, a 13.5M parameter model trained for 1 million iterations on LibriTTS that decodes mel spectrograms, and vocos-encodec-24khz, a 7.9M parameter model trained on the DNS Challenge corpus that reconstructs audio from EnCodec tokens at multiple bandwidths. Installation is pip install vocos, with a train extra for reproducing models, and the library slots into Bark and other token-based TTS systems as a drop-in decoder. Gemelo AI released both code and weights under the MIT license, so commercial use is unrestricted, and the 2023 arXiv paper documents the architecture. The vocoder now appears as the decoder inside a range of open TTS and neural codec pipelines where inference speed matters as much as fidelity.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Audio & Speech
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- MIT
- Added
- Jul 29, 2026
Related Tools
Free text-to-speech generator with multiple voices, accents, and languages. No signup required.
Deep learning toolkit for text-to-speech synthesis
CTranslate2-based Whisper with 4x faster transcription
Universal neural vocoder from NVIDIA that converts mel spectrograms into waveforms up to 44 kHz.
End-to-end Chinese and English spoken dialogue model from Zhipu AI with streaming speech output.
Transformer-based text-to-audio model from Suno