From ad295750491e79b4551741c6aed730aa5dd0a9de Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期二, 08 八月 2023 16:53:17 +0800 Subject: [PATCH] docs --- funasr/runtime/docs/SDK_tutorial_online.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/runtime/docs/SDK_tutorial_online.md b/funasr/runtime/docs/SDK_tutorial_online.md index bf3508f..10bc6b9 100644 --- a/funasr/runtime/docs/SDK_tutorial_online.md +++ b/funasr/runtime/docs/SDK_tutorial_online.md @@ -1,6 +1,6 @@ ([绠�浣撲腑鏂嘳(./SDK_tutorial_online_zh.md)|English) -# FunASR-realtime-transcribe service +# FunASR Realtime Transcribe Service FunASR offers a real-time speech-to-text service that can be easily deployed locally or on cloud servers. The service integrates various capabilities developed by the speech laboratory of DAMO Academy on the ModelScope, including voice activity detection (VAD), Paraformer-large non-streaming automatic speech recognition (ASR), Paraformer-large streaming ASR, and punctuation prediction (PUNC). The software package supports realtime speech-to-text service as well as high-precision transcription text correction at the end of each sentence and outputs text with punctuation. @@ -76,7 +76,7 @@ After entering the samples/cpp directory, you can test it with CPP. The command is as follows: ```shell -./funasr-wss-client --server-ip 127.0.0.1 --port 10095 --wav-path ../audio/asr_example.wav +./funasr-wss-client-2pass --server-ip 127.0.0.1 --port 10095 --wav-path ../audio/asr_example.wav ``` Command parameter description: -- Gitblit v1.9.1