fatchord/WaveRNN
WaveRNN Vocoder + TTS
PyTorch implementation of DeepMind's WaveRNN vocoder with integrated Tacotron text-to-speech synthesis, using mel-spectrogram conditioning and Mixture of Logistics output for efficient neural audio generation. The system decouples acoustic modeling (Tacotron) from vocoding (WaveRNN), allowing independent training pipelines and optional Ground-Truth Alignment (GTA) datasets to improve synthesis quality. Includes pretrained models on LJSpeech and supports both batched and unbatched inference modes.
2,179 stars. No commits in the last 6 months.
Stars
2,179
Forks
693
Language
Python
License
MIT
Category
Last pushed
Jul 02, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/fatchord/WaveRNN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shangeth/wavencoder
WavEncoder is a Python library for encoding audio signals, transforms for audio augmentation,...
kan-bayashi/ParallelWaveGAN
Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN & HiFi-GAN & StyleMelGAN) with Pytorch
HAKORADev/VODER
Voice Operation and Design Engine with Reproduction capabilities
seungwonpark/melgan
MelGAN vocoder (compatible with NVIDIA/tacotron2)
rishikksh20/iSTFTNet-pytorch
iSTFTNet : Fast and Lightweight Mel-spectrogram Vocoder Incorporating Inverse Short-time Fourier...