Browse Source

fix: voice input sensitivity

Timothy J. Baek 10 months ago
parent
commit
3de4c6189b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/MessageInput/CallOverlay.svelte

+ 1 - 1
src/lib/components/chat/MessageInput/CallOverlay.svelte

@@ -145,7 +145,7 @@
 		camera = false;
 	};
 
-	const MIN_DECIBELS = -45;
+	const MIN_DECIBELS = -55;
 	const VISUALIZER_BUFFER_LENGTH = 300;
 
 	const transcribeHandler = async (audioBlob) => {