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

Update README.md

上级 a6e0a69d
...@@ -3,10 +3,26 @@ ...@@ -3,10 +3,26 @@
The simplest approach to use PaddleSpeech models. The simplest approach to use PaddleSpeech models.
## Help ## Help
`paddlespeech help` ```bash
paddlespeech help
```
## Audio Classification
```bash
paddlespeech cls --input input.wav
```
## ASR ## Automatic Speech Recognition
`paddlespeech asr --input ./test_audio.wav` ```
paddlespeech asr --lang zh --input input_16k.wav
## Multi-label Classification ```
`paddlespeech cls --input ./test_audio.wav`
## Speech Translation (English to Chinese)
```bash
paddlespeech st --input input_16k.wav
```
## Text-to-Speech
```bash
paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output output.wav
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册