Updated changelog.

This commit is contained in:
Sam Sykes
2025-12-31 19:07:11 +00:00
parent 8203ad08a8
commit d5d2156689

View File

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