Yabin Li
2024-03-20 c59aacf0bee6034636e74d2d208a1fe5cd7d573b
Update SDK_advanced_guide_offline_en.md
1个文件已修改
4 ■■■■ 已修改文件
runtime/docs/SDK_advanced_guide_offline_en.md 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/docs/SDK_advanced_guide_offline_en.md
@@ -114,7 +114,7 @@
### python-client
```shell
python funasr_wss_client.py --host "127.0.0.1" --port 10095 --mode offline --audio_in "./data/wav.scp" --send_without_sleep --output_dir "./results"
python funasr_wss_client.py --host "127.0.0.1" --port 10097 --mode offline --audio_in "./data/wav.scp" --send_without_sleep --output_dir "./results"
```
Introduction to command parameters:
@@ -132,7 +132,7 @@
### c++-client
```shell
. /funasr-wss-client --server-ip 127.0.0.1 --port 10095 --wav-path test.wav --thread-num 1 --is-ssl 1
. /funasr-wss-client --server-ip 127.0.0.1 --port 10097 --wav-path test.wav --thread-num 1 --is-ssl 1
```
Introduction to command parameters: