From 7be0d540311a0f6bd62213c81415db1c324f826a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Wed, 11 Dec 2024 21:39:55 +0100 Subject: [PATCH] ux: Optimize echo reduction reliability --- app/helpers/call_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/call_utils.py b/app/helpers/call_utils.py index 3587522..3e3ebb2 100644 --- a/app/helpers/call_utils.py +++ b/app/helpers/call_utils.py @@ -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