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
|
||||
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user