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

@@ -126,7 +126,6 @@ async def main():
camera_out_width=1024,
camera_out_height=576,
vad_enabled=True,
vad_audio_passthrough=True,
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.5)),
),
)