- This is a Taiwanese Speech Synthesis System based on Tacotron2 and WaveRNN
- The input is in 臺羅拼音,and the output is Taiwanese Speech
- The model that translate from Chinese(中文,華語) to 臺羅拼音 will be released soon
- The trained TTS model can be combined with TaiwaneseTTS, so that we will have a awesome GUI interface. I intend to merge these two repositories into one in the future
- Download pretrained models
- Specify the inputs in "sentences.txt"
- Generate audios with the command
python gen_tts.py sentences.txt --tts_weights ./pretrained_models/tacotron2.pyt --voc_weights ./pretrained_models/wavernn.pyt --save_dir ./results