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

@@ -49,13 +49,13 @@ async def main(room_url, token=None):
token,
"Storytelling Bot",
DailyParams(
audio_in_enabled=True,
audio_out_enabled=True,
camera_out_enabled=True,
camera_out_width=1024,
camera_out_height=1024,
transcription_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_enabled=True,
),
)