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,