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

@@ -50,9 +50,9 @@ async def main(room_url: str, token: str):
token,
"bot",
DailyParams(
audio_in_enabled=True,
audio_out_enabled=True,
transcription_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
),
)