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 1e8f8bb commit 945e04bCopy full SHA for 945e04b
livekit-rtc/tests/test_apm.py
@@ -17,10 +17,10 @@ def test_audio_processing():
17
18
# Initialize APM with echo cancellation enabled
19
apm = AudioProcessingModule(
20
- echo_canceller_enabled=True,
21
- noise_suppression_enabled=True,
22
- high_pass_filter_enabled=True,
23
- gain_controller_enabled=True,
+ echo_cancellation=True,
+ noise_suppression=True,
+ high_pass_filter=True,
+ auto_gain_control=True,
24
)
25
print("APM Internal Handle:", apm._ffi_handle)
26
0 commit comments