/GAN-Voice-Conversion

Implementation of GAN architectures for Voice Conversion

Primary LanguagePythonMIT LicenseMIT

GAN-Voice-Conversion

Implementation of GAN architectures for Voice Conversion

Requirements

Install Python 3.5. Then install the requirements specified in requirements.txt

How to run

  1. Download the data by running download_data.py
  2. Choose the source and target speakers in preprocess.py and run it
  3. Run the corresponding training script

Original papers

Acknowledgements

Implementation of CycleGAN-VC based on: https://github.com/leimao/Voice_Converter_CycleGAN