From d5d215668970298b6eefe2f6af8d0e75390f31f2 Mon Sep 17 00:00:00 2001 From: Sam Sykes Date: Wed, 31 Dec 2025 19:07:11 +0000 Subject: [PATCH] Updated changelog. --- changelog/3328.fixed.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/3328.fixed.md b/changelog/3328.fixed.md index 695ca0045..6f09c2386 100644 --- a/changelog/3328.fixed.md +++ b/changelog/3328.fixed.md @@ -1,3 +1,4 @@ -- Fix to `SpeechmaticsSTTService` for version `0.0.99+`: - - Changed from using `User[Started/Stopped]SpeakingFrame` to `VADUser[Started/Stopped]SpeakingFrame` frames - - Only emit VAD + interruption frames if VAD is enabled within the plugin (modes other than `TurnDetectionMode.EXTERNAL`) +- Updated `SpeechmaticsSTTService` for version `0.0.99+`: + - Fixed `SpeechmaticsSTTService` to listen for `VADUserStoppedSpeakingFrame` in order to finalize transcription. + - Default to `TurnDetectionMode.FIXED` for Pipecat-controlled end of turn detection. + - Only emit VAD + interruption frames if VAD is enabled within the plugin (modes other than `TurnDetectionMode.FIXED` or `TurnDetectionMode.EXTERNAL`).