diff --git a/examples/p2p-webrtc/voice-agent/bot.py b/examples/p2p-webrtc/voice-agent/bot.py index 07106022c..8ea05963f 100644 --- a/examples/p2p-webrtc/voice-agent/bot.py +++ b/examples/p2p-webrtc/voice-agent/bot.py @@ -44,6 +44,8 @@ async def run_bot(webrtc_connection): vad_enabled=True, vad_analyzer=SileroVADAnalyzer(), vad_audio_passthrough=True, + audio_out_10ms_chunks=2 + ), ) diff --git a/examples/p2p-webrtc/voice-agent/requirements.txt b/examples/p2p-webrtc/voice-agent/requirements.txt index d8ffd53ef..b16fb9ddc 100644 --- a/examples/p2p-webrtc/voice-agent/requirements.txt +++ b/examples/p2p-webrtc/voice-agent/requirements.txt @@ -1,5 +1,4 @@ python-dotenv fastapi[all] uvicorn -aiortc -pipecat-ai[google,silero] \ No newline at end of file +pipecat-ai[google,silero, webrtc] \ No newline at end of file