From 2b70a85bca585ee70bfea76b46ccd56acd3834f7 Mon Sep 17 00:00:00 2001 From: Namekuji Date: Sat, 28 Jan 2023 09:37:11 -0500 Subject: [PATCH] add noise supression --- audon-fe/src/views/RoomView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audon-fe/src/views/RoomView.vue b/audon-fe/src/views/RoomView.vue index 88281d5..881745b 100644 --- a/audon-fe/src/views/RoomView.vue +++ b/audon-fe/src/views/RoomView.vue @@ -42,7 +42,8 @@ const publishOpts = { }; const captureOpts = { - // autoGainControl: true, + autoGainControl: true, + noiseSuppression: true, // echoCancellation: true, };