Kyubyong / tacotron

A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
Apache License 2.0
1.83k stars 436 forks source link

Other language #94

Open skyepodium opened 6 years ago

skyepodium commented 6 years ago

Is it possible to use tactron for other languages(ex: korean)

Jackiexiao commented 6 years ago

Is there any one try to use tacotron for other language?

Kyubyong commented 6 years ago

Absolutely. I'm doing that for 10 non-English languages. So far so good.

japita-se commented 6 years ago

how to use other languages?

ben-8878 commented 6 years ago

anyone know whether the tool is used for Chinese?

Jackiexiao commented 6 years ago

so far as I know, in other implementations of tacotron, someone have tested it for mandarin tts, see https://github.com/keithito/tacotron/issues/118, this project can used for other language too though I haven't test it

ben-8878 commented 6 years ago

@Jackiexiao thanks, i will try it on chs too

ghost commented 4 years ago

"Absolutely. I'm doing that for 10 non-English languages. So far so good."

what are the changes required for other languages?