run.sh 250 字节
Newer Older
K
KP 已提交
1 2 3
#!/bin/bash

wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespeech.bj.bcebos.com/PaddleAudio/en.wav
H
Hui Zhang 已提交
4 5

# asr
K
KP 已提交
6
paddlespeech asr --input ./zh.wav
H
Hui Zhang 已提交
7 8 9 10


# asr + punc
paddlespeech asr --input ./zh.wav | paddlespeech text --task punc