From fda18a9afa9bb305270b927c4cc495af25a94da2 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Wed, 6 May 2026 14:58:18 -0300 Subject: [PATCH] Adding changelog for the elevenlabs improvement. --- changelog/4433.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4433.changed.md diff --git a/changelog/4433.changed.md b/changelog/4433.changed.md new file mode 100644 index 000000000..fc2931638 --- /dev/null +++ b/changelog/4433.changed.md @@ -0,0 +1 @@ +- `ElevenLabsTTSService` now sends `close_context` to the server as soon as the turn is complete (on `on_turn_context_completed`) rather than waiting until all audio has finished playing back. The `isFinal` message from ElevenLabs is now used to signal `TTSStoppedFrame` and clean up the audio context, improving turn transition timing.