kan-bayashi / PytorchWaveNetVocoder

WaveNet-Vocoder implementation with pytorch.

Home Page:https://kan-bayashi.github.io/WaveNetVocoderSamples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development plan

kan-bayashi opened this issue · comments

This is the reminder of my action items.

  • Yaml format network configuration
  • Limit the range of F0 in Mel-spectrogram
  • Rich upsampling layer (stack of conv and deconv)
  • Lightweight WaveRNN
  • Single Gaussian WaveNet
  • Parallel WaveNet with Single Gaussian WaveNet

If I have a free time, I will implement the above items.

I released a new implementation, Parallel WaveGAN.
https://github.com/kan-bayashi/ParallelWaveGAN
The era of the non-autoregressive model is coming :)