diff --git a/changelog/3958.changed.md b/changelog/3958.changed.md new file mode 100644 index 000000000..dbeabd0f2 --- /dev/null +++ b/changelog/3958.changed.md @@ -0,0 +1 @@ +- Changed `DeepgramTTSService` to send a Clear message on interruption instead of disconnecting and reconnecting the WebSocket, allowing the connection to persist throughout the session. diff --git a/changelog/3958.fixed.md b/changelog/3958.fixed.md new file mode 100644 index 000000000..8bc21dffe --- /dev/null +++ b/changelog/3958.fixed.md @@ -0,0 +1 @@ +- Fixed `TTSService` audio context queue getting blocked when `append_to_audio_context()` was called with a `None` context ID, which prevented subsequent audio from being delivered.