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

Update README.md

上级 ae885b2e
...@@ -109,19 +109,19 @@ Developers can have a try of our models with [PaddleSpeech Command Line](./paddl ...@@ -109,19 +109,19 @@ Developers can have a try of our models with [PaddleSpeech Command Line](./paddl
**Audio Classification** **Audio Classification**
```shell ```shell
paddlespeech cls --input ./test_audio.wav paddlespeech cls --input input.wav
``` ```
**Automatic Speech Recognition** **Automatic Speech Recognition**
```shell ```shell
paddlespeech asr --lang zh --sr 16000 --input ./input.wav paddlespeech asr --lang zh --input input_16k.wav
``` ```
**Speech Translation** (English to Chinese) **Speech Translation** (English to Chinese)
```shell ```shell
paddlespeech st --input ./test_audio.wav paddlespeech st --input input_16k.wav
``` ```
**Text-to-Speech** **Text-to-Speech**
```shell ```shell
paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output output.wav
``` ```
If you want to try more functions like training and tuning, please see [Speech-to-Text Quick Start](./docs/source/asr/quick_start.md) and [Text-to-Speech Quick Start](./docs/source/tts/quick_start.md). If you want to try more functions like training and tuning, please see [Speech-to-Text Quick Start](./docs/source/asr/quick_start.md) and [Text-to-Speech Quick Start](./docs/source/tts/quick_start.md).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册