v75: убран автоанализ при проигрывании — ▶ и 🎧 только играют

This commit is contained in:
“Naeel”
2026-05-22 21:33:32 +04:00
parent c0658f6c20
commit 66a3e32c03
3 changed files with 2 additions and 26 deletions
-2
View File
@@ -105,8 +105,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) { /* тихо */ }
}