test.sh 403 字节
Newer Older
X
xiongxinlei 已提交
1 2 3
# download the test wav
wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav 

4 5 6 7 8
# read the wav and pass it to only streaming asr service
python3 websocket_client.py --server_ip 127.0.0.1 --port 8290 --wavfile ./zh.wav

# read the wav and call streaming and punc service
python3 websocket_client.py --server_ip 127.0.0.1 --port 8290 --punc.server_ip 127.0.0.1 --punc.port 8190 --wavfile ./zh.wav