Add changelog fragment for #3857

This commit is contained in:
Rupesh
2026-02-26 19:36:50 -08:00
committed by Marcus
parent 442ea6a97e
commit a7f6db8436

1
changelog/3857.fixed.md Normal file
View File

@@ -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.