From 8912e0696af069de47646fdb8a9d9c4e086e88b3 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期日, 14 一月 2024 23:42:11 +0800
Subject: [PATCH] Resolve merge conflict

---
 runtime/docs/SDK_tutorial_online.md |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/runtime/docs/SDK_tutorial_online.md b/runtime/docs/SDK_tutorial_online.md
index a38502d..4683761 100644
--- a/runtime/docs/SDK_tutorial_online.md
+++ b/runtime/docs/SDK_tutorial_online.md
@@ -88,7 +88,9 @@
 --port specifies the deployment port number as 10095.
 --mode: `offline` indicates that the inference mode is one-sentence recognition; `online` indicates that the inference mode is real-time speech recognition; `2pass` indicates real-time speech recognition, and offline models are used for error correction at the end of each sentence.
 --chunk-size: indicates the latency configuration of the streaming model. [5,10,5] indicates that the current audio is 600ms, with a lookback of 300ms and a lookahead of 300ms.
+--record record is 1 means using record, fefault is 0
 --wav-path specifies the audio file to be transcribed, and supports file paths.
+--audio-fs the sample rate of the audio
 --threa-num sets the number of concurrent send threads, with a default value of 1.
 --is-ssl sets whether to enable SSL certificate verification, with a default value of 1 for enabling and 0 for disabling.
 --hotword: Hotword file path, one line for each hotword(e.g.:闃块噷宸村反 20)

--
Gitblit v1.9.1