From c59aacf0bee6034636e74d2d208a1fe5cd7d573b Mon Sep 17 00:00:00 2001 From: Yabin Li <wucong.lyb@alibaba-inc.com> Date: 星期三, 20 三月 2024 19:23:09 +0800 Subject: [PATCH] Update SDK_advanced_guide_offline_en.md --- runtime/docs/SDK_advanced_guide_offline_en.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/docs/SDK_advanced_guide_offline_en.md b/runtime/docs/SDK_advanced_guide_offline_en.md index eca9f7b..220c10c 100644 --- a/runtime/docs/SDK_advanced_guide_offline_en.md +++ b/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: -- Gitblit v1.9.1