Replies: 3 comments
-
>>> erogol |
Beta Was this translation helpful? Give feedback.
-
>>> robert.jimerson |
Beta Was this translation helpful? Give feedback.
-
>>> erogol |
Beta Was this translation helpful? Give feedback.
-
>>> robert.jimerson
[March 26, 2020, 3:01pm]
I'd like to train a TTS model in an Indigenous language that uses an
orthography that doesn't have a supported phone set. Would I be able to
change the training data from the language's orthography into it's IPA
representation and train it that way? Example below:
wavFile1|həloʊ wɜːld
waveFile2|siː spɑːt ɹʌn
waveFile3|tədeɪ ɪz ɐ naɪs deɪ
If that's the case would I set the follow values in the config.json
file?
'use_phonemes': false, // use phonemes instead of raw characters. It is suggested for better pronounciation.
'phoneme_language': 'en-us',
Any help is appreciated!
[This is an archived TTS discussion thread from discourse.mozilla.org/t/training-a-tts-model-with-a-language-that-doesnt-have-a-supported-phoneme-language]
Beta Was this translation helpful? Give feedback.
All reactions