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) {