364 B
364 B
- Added
watchdog_min_timeoutparameter toDeepgramFluxSTTandDeepgramFluxSageMakerSTT(default0.5seconds) to control the minimum silence duration before the watchdog sends a silence packet to prevent dangling turns. The actual threshold ismax(chunk_duration * 2, watchdog_min_timeout), so it also adapts automatically to the audio chunk size in use.