mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-04-27 04:10:00 +08:00
* The new vocoder Fre-GAN is now supported * Improved some fregan details * Fixed the problem that the existing model could not be loaded to continue training when training GAN * Updated reference papers
Fre-GAN Vocoder
Fre-GAN: Adversarial Frequency-consistent Audio Synthesis
Training:
python train.py --config config.json
Citation:
@misc{kim2021fregan,
title={Fre-GAN: Adversarial Frequency-consistent Audio Synthesis},
author={Ji-Hoon Kim and Sang-Hoon Lee and Ji-Hyun Lee and Seong-Whan Lee},
year={2021},
eprint={2106.02297},
archivePrefix={arXiv},
primaryClass={eess.AS}
}
Note
- For more complete and end to end Voice cloning or Text to Speech (TTS) toolbox please visit Deepsync Technologies.