Skip to content

Commit 719506f

Browse files
Update livekit-rtc/livekit/rtc/apm.py
Co-authored-by: David Zhao <[email protected]>
1 parent 945e04b commit 719506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/apm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(
2727
echo_cancellation (bool, optional): Whether to enable echo cancellation.
2828
noise_suppression (bool, optional): Whether to enable noise suppression.
2929
high_pass_filter (bool, optional): Whether to enable a high-pass filter.
30-
auto_gain_control (bool, optional): Whether to enable a gain controller.
30+
auto_gain_control (bool, optional): Whether to enable auto gain control.
3131
"""
3232
req = proto_ffi.FfiRequest()
3333
req.new_apm.echo_canceller_enabled = echo_cancellation

0 commit comments

Comments
 (0)