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_enabled=True,
|
||||||
vad_analyzer=SileroVADAnalyzer(),
|
vad_analyzer=SileroVADAnalyzer(),
|
||||||
vad_audio_passthrough=True,
|
vad_audio_passthrough=True,
|
||||||
|
audio_out_10ms_chunks=2
|
||||||
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
python-dotenv
|
python-dotenv
|
||||||
fastapi[all]
|
fastapi[all]
|
||||||
uvicorn
|
uvicorn
|
||||||
aiortc
|
pipecat-ai[google,silero, webrtc]
|
||||||
pipecat-ai[google,silero]
|
|
||||||
Reference in New Issue
Block a user