Muhammad Irfan
Muhammad Irfan
It also does not work on the firefox browser
Nope.
There is some confusion about phone number like in https://github.com/Jackiexiao/MTTS/blob/5e5f0d9c2dab3c3454f1166f2859120edb33f7e9/src/mtts.py#L33 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...
How did you construct the syllables? ```python syllables = [('j', 'i4'), ('x', 'v4'), ('b', 'a3'), ('j', 'ian4'), ('sh', 'e4'), ('y', 'iou3'), ('zh', 'ong1'), ('g', 'uo2'), ('t', 'e4'), ('s', 'e4'), ('sh',...
The aligner used for Mandarin does not support Cantonese. Also, your model uses pretrained model for Mandarin.
I've trained and align the data using MFA and `TextGrid` files are generated. Now need to generate `.lab` files. How to do that?
@Jackiexiao I've built the files necessary for TTS (results are not good yet.). I've used POS and Word segmentation for `LabGenerator` to generate the label files. I have a question,...
I've question set for Cantonese. Maybe there is an issue with it. ```text QS "C-aa" {-aa+} QS "C-ai" {-ai+} QS "C-aai" {-aai+} QS "C-au" {-au+} QS "C-aau" {-aau+} QS "C-am"...
@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.