Update README.md

pull/1096/head
TianYuan 3 years ago committed by GitHub
parent a6e0a69da8
commit df5fe035e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save