From 320b277d2dcb1e06b08615b5a5eb740003c297db Mon Sep 17 00:00:00 2001 From: TianYuan Date: Wed, 1 Mar 2023 19:48:46 +0800 Subject: [PATCH] Update README_cn.md --- demos/text_to_speech/README_cn.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/text_to_speech/README_cn.md b/demos/text_to_speech/README_cn.md index 250d56e2..34072b07 100644 --- a/demos/text_to_speech/README_cn.md +++ b/demos/text_to_speech/README_cn.md @@ -65,6 +65,10 @@ 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 ``` + - 粤语 + ```bash + paddlespeech tts --am fastspeech2_canton --voc pwgan_aishell3 --input "各个国家有各个国家嘅国歌" --lang canton --spk_id 10 + ``` - 使用 ONNXRuntime 推理: ```bash paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output default.wav --use_onnx True