Changelog entry for the DeepgramSageMakerTTSService improvements.

This commit is contained in:
filipi87
2026-03-19 11:46:49 -03:00
committed by Mark Backman
parent efba4f2c7a
commit 0778116a55

View File

@@ -0,0 +1 @@
- `DeepgramSageMakerTTSService` now correctly routes audio through the base `TTSService` audio context queue. Audio frames are delivered via `append_to_audio_context()` instead of being pushed directly, enabling proper ordering, interruption handling, and start/stop frame lifecycle management. Interruptions now trigger a `Clear` message to Deepgram (flushing its text buffer) at the right time via `on_audio_context_interrupted`.