misc old changes

This commit is contained in:
Dobromir Popov
2024-07-06 15:56:49 +03:00
parent 49edcd4985
commit 60e98f9889
4 changed files with 20 additions and 29 deletions

View File

@ -173,7 +173,7 @@
// count speaking and silence
if (averageVolume > threshold) {
if (autosend.checked && speakingCount == 0 && audioRecorder) {
console.log("startint new recording");
console.log("starting new recording");
soundDetected = false;
audioRecorder.stop();
audioRecorder.start();