From f03e2085806780fac33b7a0559f53fc26c84138e Mon Sep 17 00:00:00 2001 From: Chad Bailey Date: Thu, 18 Jan 2024 22:11:16 +0000 Subject: [PATCH] imma let you finish --- src/samples/theoretical-to-real/09-bots-arguing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/samples/theoretical-to-real/09-bots-arguing.py b/src/samples/theoretical-to-real/09-bots-arguing.py index d05d295f4..768eb3680 100644 --- a/src/samples/theoretical-to-real/09-bots-arguing.py +++ b/src/samples/theoretical-to-real/09-bots-arguing.py @@ -18,7 +18,7 @@ async def main(room_url:str): room_url, None, "Respond bot", - 1, + 5, ) transport.mic_enabled = True transport.mic_sample_rate = 16000