philsyn/DiffWave-Vocoder
Pytorch Reimplementation of DiffWave Vocoder: a high quality, fast, and small neural vocoder.
This tool helps you transform text into natural-sounding speech. You provide 'mel spectrograms,' which are visual representations of speech sounds, and it converts them into high-quality audio files. This is useful for anyone working with speech synthesis, like voiceover artists, content creators, or developers building text-to-speech applications.
No commits in the last 6 months.
Use this if you need to generate realistic speech from mel spectrogram inputs for various audio applications.
Not ideal if you're looking for a direct text-to-speech system without needing to work with intermediate mel spectrogram representations.
Stars
90
Forks
6
Language
Python
License
MIT
Category
Last pushed
Apr 13, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/philsyn/DiffWave-Vocoder"
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)