Update SDK_tutorial_zh.md

This commit is contained in:
zhifu gao 2023-07-02 20:01:37 +08:00 committed by GitHub
parent 61c5c36c96
commit c1da014b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,10 +67,10 @@ python3 wss_client_asr.py --host "127.0.0.1" --port 10095 --mode offline --audio
```
### cpp-client
进入samples/cpp目录后可以用cpp进行测试指令如下
```shell
export LD_LIBRARY_PATH=/root/funasr_samples/cpp/libs:$LD_LIBRARY_PATH
/root/funasr_samples/cpp/funasr-wss-client --server-ip 127.0.0.1 --port 10095 --wav-path /root/funasr_samples/audio/asr_example.wav
export LD_LIBRARY_PATH=./libs:$LD_LIBRARY_PATH
./funasr-wss-client --server-ip 127.0.0.1 --port 10095 --wav-path ../audio/asr_example.wav
```
命令参数说明: