Merge pull request #1561 from pipecat-ai/fixing_voice_agent

Fixing voice agent example
This commit is contained in:
Filipi da Silva Fuchter
2025-04-10 23:33:35 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ 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]