Here are
41 public repositories
matching this topic...
😝 TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, Korean, Chinese and Easy to adapt for other languages)
Updated
Aug 25, 2020
Python
A high-quality speech analysis, manipulation and synthesis system
Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN) with Pytorch
Updated
Aug 25, 2020
Jupyter Notebook
Chinese real time voice cloning (VC) and Chinese text to speech (TTS). 好用的中文语音克隆兼中文语音合成系统,包含语音编码器、语音合成器、声码器和可视化模块。
Updated
Aug 18, 2020
Python
P25 Phase 1 and ProVoice vocoder
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
A PyTorch implementation of the FFTNet: a Real-Time Speaker-Dependent Neural Vocoder
Updated
Jul 17, 2018
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
Updated
Jun 11, 2020
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
Turn your voice into a synthesizer!
Updated
Jun 7, 2017
Pure Data
A pytorch implementation of FFTNet.
Updated
Aug 31, 2018
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
MelGAN implementation with Multi-Band and Full Band supports...
Updated
Jul 29, 2020
Jupyter Notebook
GlottDNN vocoder and tools for training DNN excitation models
Pytorch implementation of Deepmind's WaveRNN model
Updated
Apr 5, 2020
Jupyter Notebook
2019/04~2019/09 투빅스 Singing Voice Conversion
Updated
Jun 6, 2020
Jupyter Notebook
Updated
Jul 25, 2018
Python
Noise generators for vocoder
WaveNet with TensorFlow 2.0
Updated
Mar 9, 2020
Python
MelGAN Multi GPU Implementation.
Updated
Nov 19, 2019
Python
🥝 World.JS is a JavaScript Wrapper for World Vocoder Powered by Emscripten
Improve this page
Add a description, image, and links to the
vocoder
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
vocoder
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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(),