From a3a63bd51e10365241adb058443edd421ba25762 Mon Sep 17 00:00:00 2001 From: season <season4675@gmail.com> Date: 星期日, 02 七月 2023 22:16:53 +0800 Subject: [PATCH] [funasr-runtime-deploy 0.0.4] bug fix (#698) --- funasr/runtime/docs/SDK_tutorial_zh.md | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/funasr/runtime/docs/SDK_tutorial_zh.md b/funasr/runtime/docs/SDK_tutorial_zh.md index 51f0aa1..601ca8c 100644 --- a/funasr/runtime/docs/SDK_tutorial_zh.md +++ b/funasr/runtime/docs/SDK_tutorial_zh.md @@ -45,7 +45,6 @@ - [Python](#python-client) - [CPP](#cpp-client) -- [Java]() - [html缃戦〉鐗堟湰](#Html缃戦〉鐗�) 鏇村鐗堟湰瀹㈡埛绔敮鎸佽鍙傝�僛寮�鍙戞寚鍗梋(./SDK_advanced_guide_offline_zh.md) @@ -67,10 +66,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