From ba1aeb8f7f725aed76bca35f4120861726c961ea Mon Sep 17 00:00:00 2001 From: Sam Sykes Date: Wed, 31 Dec 2025 01:31:46 +0000 Subject: [PATCH] Changelog --- changelog/3328.fixed.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/3328.fixed.md diff --git a/changelog/3328.fixed.md b/changelog/3328.fixed.md new file mode 100644 index 000000000..318425617 --- /dev/null +++ b/changelog/3328.fixed.md @@ -0,0 +1,3 @@ +- Fix to `SpeechmaticsSTTService` for version `0.0.99+`: + - Changed from using `User[Started/Stopped]SpeakingFrame` to `VADUser[Started/Stopped]SpeakingFrame` frames + - Only emit VAD events if VAD is enabled within the plugin (modes other than `TurnDetectionMode.EXTERNAL`)