Fixing voice agent example to work with the last released version of pipecat.

This commit is contained in:
Filipi Fuchter
2025-04-10 23:10:50 -03:00
parent 5dbb5f176b
commit d916865ccc
2 changed files with 3 additions and 2 deletions

View File

@@ -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
),
)

View File

@@ -1,5 +1,4 @@
python-dotenv
fastapi[all]
uvicorn
aiortc
pipecat-ai[google,silero]
pipecat-ai[google,silero, webrtc]