From 3c07315ea7c31c259d411acd8cd14c0402c6d29f Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 24 Nov 2023 13:37:24 -0500 Subject: [PATCH] starting mic threshold --- src/components/timer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/timer.vue b/src/components/timer.vue index 9c3bb50..ffd8b8d 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -39,7 +39,7 @@ manualSeconds:0, analyser:null, secondsToSubtract:0, - micThreshold:0, + micThreshold:-1, micLevel:0, micThresholdExceeded:false }