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