seungwonpark/melgan
MelGAN vocoder (compatible with NVIDIA/tacotron2)
Implements a generative adversarial vocoder that converts mel-spectrograms to raw audio with superior speed and cross-speaker generalization compared to WaveGlow. Uses PyTorch with identical mel-spectrogram preprocessing from NVIDIA/tacotron2, enabling seamless integration in text-to-speech pipelines. Includes PyTorch Hub deployment and LJSpeech-1.1 pretrained weights for immediate inference.
650 stars. No commits in the last 6 months.
Stars
650
Forks
114
Language
Python
License
BSD-3-Clause
Category
Last pushed
Oct 03, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/seungwonpark/melgan"
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,...
fatchord/WaveRNN
WaveRNN Vocoder + TTS
kan-bayashi/ParallelWaveGAN
Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN & HiFi-GAN & StyleMelGAN) with Pytorch
rishikksh20/iSTFTNet-pytorch
iSTFTNet : Fast and Lightweight Mel-spectrogram Vocoder Incorporating Inverse Short-time Fourier...
lucasnewman/best-rq-pytorch
Implementation of BEST-RQ - a model for self-supervised learning of speech signals using a...