We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945e04b commit 719506fCopy full SHA for 719506f
livekit-rtc/livekit/rtc/apm.py
@@ -27,7 +27,7 @@ def __init__(
27
echo_cancellation (bool, optional): Whether to enable echo cancellation.
28
noise_suppression (bool, optional): Whether to enable noise suppression.
29
high_pass_filter (bool, optional): Whether to enable a high-pass filter.
30
- auto_gain_control (bool, optional): Whether to enable a gain controller.
+ auto_gain_control (bool, optional): Whether to enable auto gain control.
31
"""
32
req = proto_ffi.FfiRequest()
33
req.new_apm.echo_canceller_enabled = echo_cancellation
0 commit comments