examples: remove vad_enabled=True

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-23 13:18:03 -07:00
parent 8bfcfe8b1d
commit de7185e8db
122 changed files with 18 additions and 128 deletions

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_in_enabled=True,
audio_out_enabled=True,
camera_in_enabled=False,
vad_enabled=True,
# set stop_secs to something roughly similar to the internal setting
# of the Multimodal Live api, just to align events.
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.5)),