From f1cb410262b2e1e0182a3c322e02050243ca54ac Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期二, 24 十月 2023 19:53:44 +0800
Subject: [PATCH] Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main
---
funasr/runtime/websocket/bin/funasr-wss-client.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/websocket/bin/funasr-wss-client.cpp b/funasr/runtime/websocket/bin/funasr-wss-client.cpp
index a38b667..39a3e67 100644
--- a/funasr/runtime/websocket/bin/funasr-wss-client.cpp
+++ b/funasr/runtime/websocket/bin/funasr-wss-client.cpp
@@ -238,7 +238,7 @@
nlohmann::json jsonbegin;
nlohmann::json chunk_size = nlohmann::json::array();
chunk_size.push_back(5);
- chunk_size.push_back(0);
+ chunk_size.push_back(10);
chunk_size.push_back(5);
jsonbegin["chunk_size"] = chunk_size;
jsonbegin["chunk_interval"] = 10;
--
Gitblit v1.9.1