wqt2019 / tacotron-2_melgan

tacotron-2(pytorch) + melgan(pytorch) chinese TTS
MIT License
26 stars 6 forks source link

Any tools for converting chinese to phonemes ? thanks #1

Closed xiaoyangnihao closed 4 years ago

wqt2019 commented 4 years ago

1.convert chinese character to pinyin by pypinyin(https://github.com/mozillazg/python-pinyin) 2.use the dictionary.txt to map the pinyin to phone.

xiaoyangnihao commented 4 years ago

Thanks for you advise, I wil try.