Yabin Li
2024-03-20 479ac627dbf2b94269fc06f94000767281b7986c
Update SDK_advanced_guide_online.md
1个文件已修改
2 ■■■ 已修改文件
runtime/docs/SDK_advanced_guide_online.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/docs/SDK_advanced_guide_online.md
@@ -60,7 +60,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 funasr_wss_client.py --host "127.0.0.1" --port 10095 --mode 2pass
python3 funasr_wss_client.py --host "127.0.0.1" --port 10096 --mode 2pass
```
------------------