From 4945510cb237e5272e609b7f6fcc6e8432a72a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 22 May 2026 17:57:00 +0400 Subject: [PATCH] =?UTF-8?q?v60:=20=D1=87=D0=B0=D0=BD=D0=BA=2014KB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 957a27b..9e4ece2 100644 --- a/index.html +++ b/index.html @@ -627,7 +627,7 @@ async function transcribe(blob) { return new Promise((resolve) => { try { - const CHUNK = 30000; // макс 30KB на фрейм (DPI режет >48KB) + const CHUNK = 14000; // макс 14KB на фрейм (DPI режет >48KB) const total = Math.ceil(base64.length / CHUNK); const ws = new WebSocket('wss://proxy.kube5s.ru/ws'); const timeout = setTimeout(() => {