Deepest-Project/MelNet
Implementation of "MelNet: A Generative Model for Audio in the Frequency Domain"
Implements a hierarchical multi-tier architecture that generates mel spectrograms through successive refinement, with support for both unconditional synthesis and conditional text-to-speech generation. Built on PyTorch with per-tier training flexibility to manage memory constraints on high-resolution frequency representations. Includes Gaussian mixture model sampling and tensorboard logging, supporting multiple datasets (Blizzard, VoxCeleb2, KSS) via configurable YAML specifications.
210 stars. No commits in the last 6 months.
Stars
210
Forks
41
Language
Python
License
MIT
Category
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/Deepest-Project/MelNet"
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
seungwonpark/melgan
MelGAN vocoder (compatible with NVIDIA/tacotron2)
rishikksh20/iSTFTNet-pytorch
iSTFTNet : Fast and Lightweight Mel-spectrogram Vocoder Incorporating Inverse Short-time Fourier...