游雁
2024-02-29 5c8af9c7e5ff5222f7e6d0063f14920c22fef01b
runtime/docs/SDK_advanced_guide_online.md
@@ -59,7 +59,7 @@
For illustration, we will use the Python language client, which supports audio formats (.wav, .pcm) and a multi-file list wav.scp input.
```shell
python3 wss_client_asr.py --host "127.0.0.1" --port 10095 --mode 2pass
python3 funasr_wss_client.py --host "127.0.0.1" --port 10095 --mode 2pass
```
------------------