examples: remove vad_audio_passthrough=True

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-23 12:37:12 -07:00
parent 9ee56bff9e
commit 26d2ce5926
108 changed files with 1 additions and 110 deletions

View File

@@ -73,7 +73,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True, # Make sure camera input is enabled
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)