misc old changes
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user