Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 531 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 531 Bytes

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