From 8c904ecadde91d19d97a011377cc978459d601ce Mon Sep 17 00:00:00 2001
From: Lizerui9926 <110582652+Lizerui9926@users.noreply.github.com>
Date: 星期四, 02 十一月 2023 17:13:18 +0800
Subject: [PATCH] Merge pull request #1053 from alibaba-damo-academy/dev_lzr_en
---
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