This commit is contained in:
Timothy J. Baek 2024-11-03 01:39:03 -08:00
parent 39bfc4c8e9
commit 330ad0131c

View File

@ -250,6 +250,11 @@
if (recording && mediaRecorder) { if (recording && mediaRecorder) {
await mediaRecorder.stop(); await mediaRecorder.stop();
} }
if (speechRecognition) {
speechRecognition.stop();
}
stopDurationCounter(); stopDurationCounter();
audioChunks = []; audioChunks = [];