mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: voice input sensitivity
This commit is contained in:
parent
2e4f060ebb
commit
3de4c6189b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue