diff --git a/frontend/app/utils/screenRecorder.ts b/frontend/app/utils/screenRecorder.ts index 4ac6aab62..7189efbe0 100644 --- a/frontend/app/utils/screenRecorder.ts +++ b/frontend/app/utils/screenRecorder.ts @@ -103,7 +103,7 @@ async function recordScreen() { // @ts-ignore restrictOwnAudio: false, echoCancellation: true, - noiseSuppression: false, + noiseSuppression: true, sampleRate: 44100, }, video: { frameRate: FRAME_RATE },