gemelo-ai/vocos
Vocos: Closing the gap between time-domain and Fourier-based neural vocoders for high-quality audio synthesis observed · 2026-09-01
Health v2 · maintenance only
65/100
- Activity 100
- Release rhythm 8
- Longevity 84
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1189
- days_rel: n/a
- days_push: 4
- n_releases_24m: 0
Adoption not part of the score
1155 stars · 134 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Vocos is a fast neural vocoder that synthesizes audio waveforms from acoustic features such as mel-spectrograms or EnCodec tokens. It uses a GAN trained in the frequency domain, generating spectral coefficients and reconstructing audio via inverse Fourier transform for an order-of-magnitude speedup over time-domain vocoders.
Use cases
- convert mel-spectrograms to audio waveforms
- decode EnCodec tokens back to audio
- speed up text-to-speech pipeline vocoding
- reconstruct audio from acoustic features in a single forward pass
- integrate a vocoder with Bark text-to-audio model
- train a custom vocoder on my own dataset
When to choose
- you need fast, high-quality waveform synthesis from mel-spectrograms or codec tokens
- you want a lightweight vocoder (under 14M parameters) for TTS pipelines
- CPU/GPU inference speed matters more than time-domain modeling
When to avoid
- you need sample rates or codecs beyond the provided 24kHz pretrained models
- you require time-domain waveform modeling or streaming low-latency synthesis
- you need a non-PyTorch framework
Facets
library · maturity stable
audio-processing machine-learning deep-learning llm-inference speech-processing machine-learning deep-learning python cross-platform vocoder gan text-to-speech audio-synthesis mel-spectrogram encodec pytorch tts audio gpu
2 sources
- readme: https://github.com/gemelo-ai/vocos · fetched 2026-09-01 · 552937424b30
- homepage: https://gemelo-ai.github.io/vocos/ · fetched 2026-08-29 · 8d07f0d0e7c8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gemelo-ai/vocos | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem