From a57dc4a93f9815f943733926d5b8bf285f37e211 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期一, 26 六月 2023 21:46:26 +0800 Subject: [PATCH] Merge branch 'main' of github.com:alibaba-damo-academy/FunASR add --- README.md | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 8368b3b..4338992 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,12 @@ ### runtime An example with websocket: + For the server: ```shell python wss_srv_asr.py --port 10095 ``` + For the client: ```shell python wss_client_asr.py --host "0.0.0.0" --port 10095 --mode 2pass --chunk_size "5,10,5" -- Gitblit v1.9.1