Add changelog fragments for PR 3404

This commit is contained in:
Mark Backman
2026-01-13 11:29:17 -05:00
parent ae59b3ba36
commit f00f9d9f1a
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added `enable_vad` to `Params` for use in the `GladiaSTTService`. When enabled, `GladiaSTTService` acts as the turn controller, emitting `UserStartedSpeakingFrame`, `UserStoppedSpeakingFrame`, and optionally `InterruptionFrame`.

1
changelog/3404.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `should_interrupt` property to `GladiaSTTService` to configure whether the bot should be interrupted when the external service detects user speech.