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.