Implementation of GAN architectures for Voice Conversion
Install Python 3.5. Then install the requirements specified in requirements.txt
- Download the data by running
download_data.py
- Choose the source and target speakers in
preprocess.py
and run it - Run the corresponding training script
Implementation of CycleGAN-VC based on: https://github.com/leimao/Voice_Converter_CycleGAN