vocoder
Here are 41 public repositories matching this topic...
-
Updated
Aug 23, 2020 - Python
A high-quality speech analysis, manipulation and synthesis system
-
Updated
Jul 29, 2020 - C++
Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN) with Pytorch
-
Updated
Aug 19, 2020 - Jupyter Notebook
Chinese real time voice cloning (VC) and Chinese text to speech (TTS). 好用的中文语音克隆兼中文语音合成系统,包含语音编码器、语音合成器、声码器和可视化模块。
-
Updated
Aug 18, 2020 - Python
A vocoder framework which had been widely used in research community since 1999.
-
Updated
Dec 24, 2018 - MATLAB
Fatcord's Alternative WaveRNN (Faster training)
-
Updated
May 10, 2020 - Python
FFTNet vocoder implementation
-
Updated
Sep 28, 2018 - Jupyter Notebook
MagPhase Vocoder: Speech analysis/synthesis system for TTS and related applications.
-
Updated
Oct 14, 2019 - Python
FFTNet: a Real-Time Speaker-Dependent Neural Vocoder
-
Updated
Aug 7, 2018 - Python
Wavenet and its applications with Tensorflow
-
Updated
Jul 23, 2018 - Jupyter Notebook
VocGAN: A High-Fidelity Real-time Vocoder with a Hierarchically-nested Adversarial Network
-
Updated
Aug 11, 2020 - Python
wavenet vocoder using tensorflow
-
Updated
Feb 18, 2018 - Python
Tensorflow implementation of "FloWaveNet: A Generative Flow for Raw Audio"
-
Updated
Apr 19, 2019 - Jupyter Notebook
Basic wavenet and fftnet vocoder model.
-
Updated
Jun 3, 2020 - Python
GlottDNN vocoder and tools for training DNN excitation models
-
Updated
Aug 29, 2019 - C++
MelGAN implementation with Multi-Band and Full Band supports...
-
Updated
Jul 29, 2020 - Jupyter Notebook
Pytorch implementation of Deepmind's WaveRNN model
-
Updated
Apr 5, 2020 - Jupyter Notebook
-
Updated
Nov 14, 2019 - C
2019/04~2019/09 투빅스 Singing Voice Conversion
-
Updated
Jun 6, 2020 - Jupyter Notebook
Deep Multi-Speech model
-
Updated
Jul 25, 2018 - Python
Noise generators for vocoder
-
Updated
Dec 31, 2018 - C++
MelGAN Multi GPU Implementation.
-
Updated
Nov 19, 2019 - Python
-
Updated
Jul 9, 2020 - C++
Improve this page
Add a description, image, and links to the vocoder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vocoder topic, visit your repo's landing page and select "manage topics."


Hello, if i enable bidirectional decoder training script drops eror.
There is in train.py line 185
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_backward_loss'].item(),need to change on
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_b_loss'].item(),