mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-20 01:29:05 +08: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…
x
Reference in New Issue
Block a user