Skip to content

Commit

Permalink
ux: Optimize echo reduction reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 11, 2024
1 parent 1bd86bd commit 7be0d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/call_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def __init__(
self,
sample_rate: int,
scheduler: Scheduler,
max_delay_ms: int = 200,
max_delay_ms: int = 300,
packet_duration_ms: int = 20,
):
self._packet_duration_ms = packet_duration_ms
Expand Down

0 comments on commit 7be0d54

Please sign in to comment.