[WIP] AWS Nova Sonic service

This commit is contained in:
Paul Kompfner
2025-04-28 09:16:10 -04:00
parent 1f9baefba8
commit 5b64613f65
2 changed files with 14 additions and 12 deletions

View File

@@ -43,9 +43,7 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=False,
vad_enabled=True,
vad_audio_passthrough=True,
# set stop_secs to something roughly similar to the internal setting
# of the Multimodal Live api, just to align events.
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.5)),
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.8)),
),
)