未验证 提交 d0cea3b0 编写于 作者: J Jackwaterveg 提交者: GitHub

Merge pull request #1556 from zh794390558/cli

[test][cli] update cli test case
...@@ -28,3 +28,15 @@ paddlespeech tts --am tacotron2_ljspeech --voc pwgan_ljspeech --lang en --input ...@@ -28,3 +28,15 @@ paddlespeech tts --am tacotron2_ljspeech --voc pwgan_ljspeech --lang en --input
# Speech Translation (only support linux) # Speech Translation (only support linux)
paddlespeech st --input ./en.wav paddlespeech st --input ./en.wav
# batch process
echo -e "1 欢迎光临。\n2 谢谢惠顾。" | paddlespeech tts
# shell pipeline
paddlespeech asr --input ./zh.wav | paddlespeech text --task punc
# stats
paddlespeech stats --task asr
paddlespeech stats --task tts
paddlespeech stats --task cls
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册