Asatheesh6561 / Voice-Style-Transfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSTF

Dependencies

  • Python 3.6
  • Numpy
  • Scipy
  • Tensorflow >= 1.4.1
  • librosa
  • pysptk
  • soundfile
  • matplotlib
  • wavenet_vocoder: pip install wavenet_vocoder == 0.1.1

Training

Download training data from the CSTR VCTK corpus to assets.

  1. Extract spectrogram and f0: python make_spect_f0.py
  2. Generate training metadata: python make_metadata.py
  3. Run training scripts: python main.py

About


Languages

Language:Python 100.0%