Fixing voice agent example to work with the last released version of pipecat.
This commit is contained in:
@@ -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
|
||||
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
python-dotenv
|
||||
fastapi[all]
|
||||
uvicorn
|
||||
aiortc
|
||||
pipecat-ai[google,silero]
|
||||
pipecat-ai[google,silero, webrtc]
|
||||
Reference in New Issue
Block a user