You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
autoGainControl, echoCancellation, and noiseSuppression are audio
processing options that are usually enabled by default on WebRTC input
tracks.
This commits adds the possibility to enable/disable them, as they can be
undesirable in some cases (audiophile use cases). For example, one might
want to stream electronic dance music, which is basically noise, so it
should not be suppressed in that specific case.
Signed-off-by: László Várady <[email protected]>
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+4
Original file line number
Diff line number
Diff line change
@@ -1552,6 +1552,10 @@
1552
1552
"Voice & Video": "Voice & Video",
1553
1553
"Voice settings": "Voice settings",
1554
1554
"Video settings": "Video settings",
1555
+
"Voice processing": "Voice processing",
1556
+
"Automatic gain control": "Automatic gain control",
1557
+
"Echo cancellation": "Echo cancellation",
1558
+
"Noise suppression": "Noise suppression",
1555
1559
"Connection": "Connection",
1556
1560
"This room is not accessible by remote Matrix servers": "This room is not accessible by remote Matrix servers",
1557
1561
"<b>Warning</b>: Upgrading a room will <i>not automatically migrate room members to the new version of the room.</i> We'll post a link to the new room in the old version of the room - room members will have to click this link to join the new room.": "<b>Warning</b>: Upgrading a room will <i>not automatically migrate room members to the new version of the room.</i> We'll post a link to the new room in the old version of the room - room members will have to click this link to join the new room.",
0 commit comments