Update funasr-wss-client.cpp

This commit is contained in:
Yabin Li 2023-10-24 19:39:04 +08:00 committed by GitHub
parent 71b403ee9d
commit 331c8585d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,7 +238,7 @@ class WebsocketClient {
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;