From 3117116d124faa34ce3658220ccae68e87f08fc2 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 24 Feb 2026 00:42:52 +0100 Subject: [PATCH] audio? --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 8f4347f..9cb45e0 100644 --- a/static/app.js +++ b/static/app.js @@ -572,7 +572,7 @@ async function createLocalVoiceStream() { channelCount: 1, sampleRate: 48000, echoCancellation: true, - noiseSuppression: false, + noiseSuppression: true, autoGainControl: false, }, video: false,