Merge pull request #4115 from pipecat-ai/mb/user-turn-stop-warnings

Warn when VAD stop_secs misconfiguration may degrade turn detection
This commit is contained in:
Mark Backman
2026-03-24 09:32:20 -04:00
committed by GitHub
5 changed files with 136 additions and 0 deletions

1
changelog/4115.added.md Normal file
View File

@@ -0,0 +1 @@
- Added warnings in turn stop strategies when `VADParams.stop_secs` differs from the recommended default (0.2s) or when `stop_secs >= STT p99 latency`, which collapses the STT wait timeout to 0s and may cause delayed turn detection. The warnings guide developers to re-run the [stt-benchmark](https://github.com/pipecat-ai/stt-benchmark) with their VAD settings.