diff --git a/changelog/3404.added.2.md b/changelog/3404.added.2.md new file mode 100644 index 000000000..0f15c39c3 --- /dev/null +++ b/changelog/3404.added.2.md @@ -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`. diff --git a/changelog/3404.added.md b/changelog/3404.added.md new file mode 100644 index 000000000..733c22ebe --- /dev/null +++ b/changelog/3404.added.md @@ -0,0 +1 @@ +- Added `should_interrupt` property to `GladiaSTTService` to configure whether the bot should be interrupted when the external service detects user speech.