diff --git a/examples/p2p-webrtc/voice-agent/bot.py b/examples/p2p-webrtc/voice-agent/bot.py index 8ea05963f..522f18008 100644 --- a/examples/p2p-webrtc/voice-agent/bot.py +++ b/examples/p2p-webrtc/voice-agent/bot.py @@ -44,8 +44,7 @@ async def run_bot(webrtc_connection): vad_enabled=True, vad_analyzer=SileroVADAnalyzer(), vad_audio_passthrough=True, - audio_out_10ms_chunks=2 - + audio_out_10ms_chunks=2, ), )