fix(ui): activate noise supression in recorder
This commit is contained in:
parent
8ace0e0e6c
commit
e410fa3b77
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ async function recordScreen() {
|
|||
// @ts-ignore
|
||||
restrictOwnAudio: false,
|
||||
echoCancellation: true,
|
||||
noiseSuppression: false,
|
||||
noiseSuppression: true,
|
||||
sampleRate: 44100,
|
||||
},
|
||||
video: { frameRate: FRAME_RATE },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue