Yangyangii / TPGST-Tacotron

Google's TPGST reimplementation.
34 stars 8 forks source link

How to make this support Chinese? #1

Open lucasjinreal opened 4 years ago

lucasjinreal commented 4 years ago

The samples in Korean is impressive. wanna have some experiments on madrain dataset, does there any instructions on training on another language?

Yangyangii commented 4 years ago

Hi, @jinfagang If you modify "vocab" in config.py and "jamo lib" in data.py, you can probably use Chinese too. But specifically I don't know how Chinese text works with TTS. Sorry. To use Chinese, some different text library will be needed. I think HanTTS repo will help you.

Thanks.

lucasjinreal commented 4 years ago

@Yangyangii thanks for these useful information. do u have any plan support English?

Yangyangii commented 4 years ago

@jinfagang Sure, I have a plan with LJSpeech and Blizzard for this project. but, I have many plans with different side projects and only one GPU in my home. T.T so I can't be sure when it will be done.