未验证 提交 02b3b099 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

Update README.md

上级 11a48901
...@@ -25,20 +25,20 @@ Input of this demo should be a text of the specific language that can be passed ...@@ -25,20 +25,20 @@ Input of this demo should be a text of the specific language that can be passed
```bash ```bash
paddlespeech tts --am speedyspeech_csmsc --input "你好,欢迎使用百度飞桨深度学习框架!" paddlespeech tts --am speedyspeech_csmsc --input "你好,欢迎使用百度飞桨深度学习框架!"
``` ```
- Chinese, multi speaker - Chinese, multi speaker
```bash ```bash
paddlespeech tts --am fastspeech2_aishell3 --voc pwgan_aishell3 --input "你好,欢迎使用百度飞桨深度学习框架!" --spk_id 0 paddlespeech tts --am fastspeech2_aishell3 --voc pwgan_aishell3 --input "你好,欢迎使用百度飞桨深度学习框架!" --spk_id 0
``` ```
You can change `spk_id` here. You can change `spk_id` here.
- English - English
```bash ```bash
paddlespeech tts --am fastspeech2_ljspeech --voc pwgan_ljspeech --lang en --input "hello world" paddlespeech tts --am fastspeech2_ljspeech --voc pwgan_ljspeech --lang en --input "hello world"
``` ```
- English, multi speaker - English, multi speaker
```bash ```bash
paddlespeech tts --am fastspeech2_vctk --voc pwgan_vctk --input "hello, boys" --lang en --spk_id 0 paddlespeech tts --am fastspeech2_vctk --voc pwgan_vctk --input "hello, boys" --lang en --spk_id 0
``` ```
You can change `spk_id` here. You can change `spk_id` here.
- Usage: - Usage:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册