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.
TianYuan
df5fe035e5
|
3 years ago | |
---|---|---|
.. | ||
asr | 3 years ago | |
cls | 3 years ago | |
st | 3 years ago | |
tts | 3 years ago | |
README.md | 3 years ago | |
__init__.py | 3 years ago | |
base_commands.py | 3 years ago | |
download.py | 3 years ago | |
entry.py | 3 years ago | |
executor.py | 3 years ago | |
log.py | 3 years ago | |
utils.py | 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