update changelog file

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-29 10:30:41 -08:00
parent c28ed2206c
commit cf46431d92

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.