From c1da014b3d23931bb4a81e4f34ddb61dfacb5cc3 Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期日, 02 七月 2023 20:01:37 +0800 Subject: [PATCH] Update SDK_tutorial_zh.md --- funasr/runtime/docs/SDK_tutorial_zh.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/funasr/runtime/docs/SDK_tutorial_zh.md b/funasr/runtime/docs/SDK_tutorial_zh.md index 51f0aa1..9860af3 100644 --- a/funasr/runtime/docs/SDK_tutorial_zh.md +++ b/funasr/runtime/docs/SDK_tutorial_zh.md @@ -67,10 +67,10 @@ ``` ### cpp-client - +杩涘叆samples/cpp鐩綍鍚庯紝鍙互鐢╟pp杩涜娴嬭瘯锛屾寚浠ゅ涓嬶細 ```shell -export LD_LIBRARY_PATH=/root/funasr_samples/cpp/libs:$LD_LIBRARY_PATH -/root/funasr_samples/cpp/funasr-wss-client --server-ip 127.0.0.1 --port 10095 --wav-path /root/funasr_samples/audio/asr_example.wav +export LD_LIBRARY_PATH=./libs:$LD_LIBRARY_PATH +./funasr-wss-client --server-ip 127.0.0.1 --port 10095 --wav-path ../audio/asr_example.wav ``` 鍛戒护鍙傛暟璇存槑锛� -- Gitblit v1.9.1