rishikksh20/Avocodo-pytorch
Avocodo: Generative Adversarial Network for Artifact-free Vocoder
This project helps speech synthesis researchers and engineers generate high-quality, natural-sounding speech from text or other inputs. It takes in speech parameters and outputs synthesized audio, aiming for artifact-free results. Anyone working on developing or experimenting with text-to-speech systems, particularly those focused on unseen voices, would find this useful.
122 stars. No commits in the last 6 months.
Use this if you are developing a speech synthesis model and need a vocoder that generates high-quality audio, especially for speakers not present in your training data.
Not ideal if you need a production-ready speech synthesis solution right away, as this is for experimentation and development.
Stars
122
Forks
15
Language
Python
License
MIT
Category
Last pushed
Jul 14, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/rishikksh20/Avocodo-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kan-bayashi/ParallelWaveGAN
Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN & HiFi-GAN & StyleMelGAN) with Pytorch
fatchord/WaveRNN
WaveRNN Vocoder + TTS
shangeth/wavencoder
WavEncoder is a Python library for encoding audio signals, transforms for audio augmentation,...
rishikksh20/iSTFTNet-pytorch
iSTFTNet : Fast and Lightweight Mel-spectrogram Vocoder Incorporating Inverse Short-time Fourier...
seungwonpark/melgan
MelGAN vocoder (compatible with NVIDIA/tacotron2)