From 66a3e32c03193f061672ce43279951f7c8daafee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 22 May 2026 21:33:32 +0400 Subject: [PATCH] =?UTF-8?q?v75:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=20=D0=B0?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D0=B7=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=BF=D1=80=D0=BE=D0=B8=D0=B3=D1=80=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B8=20=E2=80=94=20=E2=96=B6=20=D0=B8=20?= =?UTF-8?q?=F0=9F=8E=A7=20=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=B8?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D1=8E=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.html | 14 +------------- js/audio.js | 2 -- js/main.js | 12 +----------- 3 files changed, 2 insertions(+), 26 deletions(-) diff --git a/dist/index.html b/dist/index.html index 1effacd..074bfc1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -407,8 +407,6 @@ async function playRec(id) { audio.onerror = () => { URL.revokeObjectURL(url); reject(); }; audio.play(); }); - const tr = await doCompare(rec.blob, rec.word, rec.duration); - if (tr) saveTranscription(id, tr); } } catch(e) { /* тихо */ } } @@ -735,7 +733,7 @@ async function doCompare(blob, originalText, duration) {