Update README.md

pull/1095/head
TianYuan 4 years ago committed by GitHub
parent ae885b2e64
commit 9f3d9aee13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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).

Loading…
Cancel
Save