imdanboy / jets

JETS: Jointly Training FastSpeech2 and HiFi-GAN for End to End Text to Speech
Apache License 2.0
104 stars 12 forks source link

New language #3

Open evrenunal opened 1 year ago

evrenunal commented 1 year ago

Hello, First i thank you for you to publish this work. I intent to train jets for turkce(turkish) language. Do you suggest jets to be used this work?

imdanboy commented 1 year ago

Sure, I think jets also works well for turkce(turkish) language! Although I have trained and shown the result on English and Korean in this repo. In your case, the difference would be turkce(turkish) grapheme or phoneme for input text? (Actually I did experiment based on 'espnet' which provides English and Korean g2p for input text.)

I recommend espnet where you can train jets on your dataset if you prepare your dataset and text frontend following: https://github.com/espnet/espnet/tree/master/egs2/TEMPLATE/tts1#how-to-make-a-new-recipe-for-my-own-dataset

Thanks :)

evrenunal commented 1 year ago

Unfortunately i have no dataset

Can i prepare with espnet or another tool?

imdanboy commented 1 year ago

Oh, then you should prepare dataset first. (how about searching for publicly available dataset) I don't know whether ESPnet provides turkish tts recipe or not. In espnet, all you have to do is to prepare your dataset in a guided format following a tutorial of the toolkit. If you complete data preparation stage on espnet, everything else can be done by the automated script in the toolkit.