From 66df21723a2027da029f8d5cd8c2d8960e6336ff Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期三, 05 七月 2023 16:51:08 +0800 Subject: [PATCH] funasr sdk --- funasr/runtime/docs/SDK_advanced_guide_offline_zh.md | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/docs/SDK_advanced_guide_offline_zh.md b/funasr/runtime/docs/SDK_advanced_guide_offline_zh.md index 2610d6f..7b864fb 100644 --- a/funasr/runtime/docs/SDK_advanced_guide_offline_zh.md +++ b/funasr/runtime/docs/SDK_advanced_guide_offline_zh.md @@ -53,6 +53,7 @@ docker鍚姩涔嬪悗锛屽惎鍔� funasr-wss-server鏈嶅姟绋嬪簭锛� ```shell +cd FunASR/funasr/runtime ./run_server.sh --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx \ --model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx \ --punc-dir damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx @@ -185,7 +186,7 @@ ### python-client ```shell -python wss_client_asr.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 10095 --mode offline --audio_in "./data/wav.scp" --send_without_sleep --output_dir "./results" ``` 鍛戒护鍙傛暟浠嬬粛锛� ```text -- Gitblit v1.9.1