From 6df05f2e24f4b357aee8614f238638b97b74e540 Mon Sep 17 00:00:00 2001 From: lingyunfly <121302812+lingyunfly@users.noreply.github.com> Date: 星期四, 13 四月 2023 14:23:03 +0800 Subject: [PATCH] vad bug fix --- funasr/runtime/python/websocket/README.md | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/python/websocket/README.md b/funasr/runtime/python/websocket/README.md index e8cdae5..353cfa6 100644 --- a/funasr/runtime/python/websocket/README.md +++ b/funasr/runtime/python/websocket/README.md @@ -2,7 +2,6 @@ We can send streaming audio data to server in real-time with grpc client every 300 ms e.g., and get transcribed text when stop speaking. The audio data is in streaming, the asr inference process is in offline. -# Steps ## For the Server @@ -31,6 +30,8 @@ Install the requirements for client ```shell +git clone https://github.com/alibaba/FunASR.git && cd FunASR +cd funasr/runtime/python/websocket pip install -r requirements_client.txt ``` -- Gitblit v1.9.1