You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/paddlespeech/cli
TianYuan df5fe035e5
Update README.md
3 years ago
..
asr Update download logic and fix README typos. 3 years ago
cls Update download logic and fix README typos. 3 years ago
st Update download logic and fix README typos. 3 years ago
tts Add tts demo. 3 years ago
README.md Update README.md 3 years ago
__init__.py add tts cli 3 years ago
base_commands.py Add paddlespeech.cli. 3 years ago
download.py Update download logic and fix README typos. 3 years ago
entry.py Rename s2t to asr. 3 years ago
executor.py Update doc strings. 3 years ago
log.py Update download logic and fix README typos. 3 years ago
utils.py Add tts demo. 3 years ago

README.md

PaddleSpeech Command Line

The simplest approach to use PaddleSpeech models.

Help

paddlespeech help

Audio Classification

paddlespeech cls --input input.wav

Automatic Speech Recognition

paddlespeech asr --lang zh --input input_16k.wav

Speech Translation (English to Chinese)

paddlespeech st --input input_16k.wav

Text-to-Speech

paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output output.wav