DeepgramSTTService pushes user started/stopped speaking and interruption frames

This commit is contained in:
Mark Backman
2025-12-29 12:44:42 -05:00
committed by Aleix Conchillo Flaqué
parent 30e6a33930
commit c28ed2206c
3 changed files with 7 additions and 14 deletions

1
changelog/xxx.changed.md Normal file
View File

@@ -0,0 +1 @@
- Updated `DeepgramSTTService` to push user started/stopped speaking and interruption frames when `vad_enabled` is set to true. This centralizes the frames into the service, removing the need to have your application code handle Deepgram's events and push these frames.