Skip to content

Commit 945e04b

Browse files
committed
fix tests
1 parent 1e8f8bb commit 945e04b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

livekit-rtc/tests/test_apm.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ def test_audio_processing():
1717

1818
# Initialize APM with echo cancellation enabled
1919
apm = AudioProcessingModule(
20-
echo_canceller_enabled=True,
21-
noise_suppression_enabled=True,
22-
high_pass_filter_enabled=True,
23-
gain_controller_enabled=True,
20+
echo_cancellation=True,
21+
noise_suppression=True,
22+
high_pass_filter=True,
23+
auto_gain_control=True,
2424
)
2525
print("APM Internal Handle:", apm._ffi_handle)
2626

0 commit comments

Comments
 (0)