You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash demo.sh --stage 2 --model_name ${model_name} --output_dir results --text "你好"
--prompt_text "one of these is context" --prompt_audio "demo/8230_279154_000013_000003.wav"
not support,
self.phoneme_tokenizer uses g2p_en to convert english word into phn,is the model support Chinese inputs
The text was updated successfully, but these errors were encountered:
Currently, the released LauraTTS model is trained on the LibriTTS corpus. I think it is not able to synthesize Chinese directly. The Chinese synthesis model is under internal development and test. We may release it in the future.
bash demo.sh --stage 2 --model_name ${model_name} --output_dir results --text "你好"
--prompt_text "one of these is context" --prompt_audio "demo/8230_279154_000013_000003.wav"
not support,
self.phoneme_tokenizer uses g2p_en to convert english word into phn,is the model support Chinese inputs
The text was updated successfully, but these errors were encountered: