From a7f6db84365e8442df056bdf3540970d0a9225b0 Mon Sep 17 00:00:00 2001 From: Rupesh Date: Thu, 26 Feb 2026 19:36:50 -0800 Subject: [PATCH] Add changelog fragment for #3857 --- changelog/3857.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3857.fixed.md diff --git a/changelog/3857.fixed.md b/changelog/3857.fixed.md new file mode 100644 index 000000000..869c54111 --- /dev/null +++ b/changelog/3857.fixed.md @@ -0,0 +1 @@ +- Fixed `LocalSmartTurnAnalyzerV3` producing incorrect end-of-turn predictions at non-16kHz sample rates (e.g. 8kHz Twilio telephony) by adding automatic resampling to 16kHz before Whisper feature extraction.