Commit 3de4c618 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: voice input sensitivity

parent 2e4f060e
......@@ -145,7 +145,7 @@
camera = false;
};
const MIN_DECIBELS = -45;
const MIN_DECIBELS = -55;
const VISUALIZER_BUFFER_LENGTH = 300;
const transcribeHandler = async (audioBlob) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment