diff --git a/demos/text_to_speech/README.md b/demos/text_to_speech/README.md index 0db18f46b8ae5dbda0b49ce7271804140dcf6286..babba148f67c09ea408118c965b30c89fbc2e2f4 100644 --- a/demos/text_to_speech/README.md +++ b/demos/text_to_speech/README.md @@ -65,6 +65,10 @@ The input of this demo should be a text of the specific language that can be pas paddlespeech tts --am fastspeech2_male --voc pwgan_male --lang mix --input "我们的声学模型使用了 Fast Speech Two, 声码器使用了 Parallel Wave GAN and Hifi GAN." --output male_mix_fs2_pwgan.wav paddlespeech tts --am fastspeech2_male --voc hifigan_male --lang mix --input "我们的声学模型使用了 Fast Speech Two, 声码器使用了 Parallel Wave GAN and Hifi GAN." --output male_mix_fs2_hifigan.wav ``` + - Cantonese + ```bash + paddlespeech tts --am fastspeech2_canton --voc pwgan_aishell3 --input "各个国家有各个国家嘅国歌" --lang canton --spk_id 10 + ``` - Use ONNXRuntime infer: ```bash paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output default.wav --use_onnx True