From 3c0a26f992280e453c08cfdc10b26334bfb581d2 Mon Sep 17 00:00:00 2001 From: plutoless Date: Mon, 15 Jun 2026 03:26:13 -0700 Subject: [PATCH] fix: use chorus audio scenario for web clients --- server/src/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/agent.py b/server/src/agent.py index 0b03fa3..7ef7da9 100644 --- a/server/src/agent.py +++ b/server/src/agent.py @@ -104,6 +104,7 @@ async def start( # ) parameters = { + "audio_scenario": "chorus", # web client → ultra-low-latency chorus profile "data_channel": "rtm", "enable_error_message": True, "enable_metrics": True,