From 7e6e40bbd4e53c2a0b30dae7b8c0932172611c5d Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Thu, 23 May 2024 20:33:00 +0800 Subject: [PATCH] [bug] board --- takway/clients/web_socket_client_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/takway/clients/web_socket_client_utils.py b/takway/clients/web_socket_client_utils.py index 53a046c..f38f6b8 100644 --- a/takway/clients/web_socket_client_utils.py +++ b/takway/clients/web_socket_client_utils.py @@ -224,7 +224,7 @@ class WebSocketClinet: if is_speech: # print(f"{datetime.now()}: valid voice") slience_bgn_t = time.time() - frames.append(data) + frames.append(data) slience_time = time.time() - slience_bgn_t