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

@@ -86,7 +86,6 @@ async def main():
add_wav_header=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
session_timeout=60 * 3, # 3 minutes
)
)