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.