From 42cab7eea0fe9d5790a66988a855afa57a2b4397 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 23 Mar 2026 18:01:04 -0400 Subject: [PATCH] Add changelog entry for #4115 --- changelog/4115.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4115.added.md diff --git a/changelog/4115.added.md b/changelog/4115.added.md new file mode 100644 index 000000000..4736dff5a --- /dev/null +++ b/changelog/4115.added.md @@ -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.