README.md

May 20, 2020 ยท View on GitHub

Parallel WaveGAN fork for Mozilla TTS

This is a fork of the original implementation to sync with Mozilla TTS.

Pre-Trained ModelDatasetCommitDetails
PWGANLJSpeechfca88f9Trained with GT spectrograms
MelGANLJSpeechfe9c02eTrained with GT spectrograms

Basic workflow

  • Create spectrograms using TTS based audio processing python python bin/preprocess_with_ap.py (this requires Mozilla TTS to be installed).
  • Setup the config file wrt audio processing parameters used in your TTS model.
  • Train the model.

Visit the original Repo for more information.