-
Notifications
You must be signed in to change notification settings - Fork 124
Does it support Cantonese? #35
Comments
The fast way is to generate something like this (call a lab), it could support basic tts model training:
it means:
phone depends on your phoneset. If you have question set, try to generate infomation it needs. |
There is some confusion about phone number like in Line 33 in 5e5f0d9
Also, I don't have phones and syllables which you have used in https://github.com/Jackiexiao/MTTS/blob/5e5f0d9c2dab3c3454f1166f2859120edb33f7e9/src/mtts.py How can I map phones of mandarin to Cantonese? |
How did you construct the syllables? syllables = [('j', 'i4'), ('x', 'v4'), ('b', 'a3'), ('j', 'ian4'),
('sh', 'e4'), ('y', 'iou3'), ('zh', 'ong1'), ('g', 'uo2'),
('t', 'e4'), ('s', 'e4'), ('sh', 'e4'), ('h', 'ui4'),
('zh', 'u3'), ('y', 'i4'), ('sh', 'ih4'), ('y', 'ie4'),
('t', 'ui1'), ('x', 'iang4'), ('q', 'ian2'), ('j', 'in4')] |
The aligner used for Mandarin does not support Cantonese. Also, your model uses pretrained model for Mandarin. |
you can find a cantonese g2p in order to convert word to cantoese pinyin like '5' means tone |
I've trained and align the data using MFA and |
@Jackiexiao I've built the files necessary for TTS (results are not good yet.). I've used POS and Word segmentation for here is an example of
TextGrid format
|
you should create your question set as well, like https://github.com/Jackiexiao/MTTS/blob/master/misc/questions-mandarin.hed |
I've question set for Cantonese. Maybe there is an issue with it.
|
@Jackiexiao how did you create the question file? I've used https://github.com/google/language-resources/blob/master/festival_utils/generate_hts_questions.py to generate questions. |
I've
lexicon
,phoneset
andquestions set
andPOS
tags and dataset(audio, texts) for Cantonese. Need guidance in buildingfrontend
for Cantonese.The text was updated successfully, but these errors were encountered: