mirror of
https://github.com/open-webui/open-webui
synced 2024-11-17 22:12:51 +00:00
fix: voice input sensitivity
This commit is contained in:
parent
2e4f060ebb
commit
3de4c6189b
@ -145,7 +145,7 @@
|
|||||||
camera = false;
|
camera = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
const MIN_DECIBELS = -45;
|
const MIN_DECIBELS = -55;
|
||||||
const VISUALIZER_BUFFER_LENGTH = 300;
|
const VISUALIZER_BUFFER_LENGTH = 300;
|
||||||
|
|
||||||
const transcribeHandler = async (audioBlob) => {
|
const transcribeHandler = async (audioBlob) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user