Adding changelog for the elevenlabs improvement.

This commit is contained in:
filipi87
2026-05-06 14:58:18 -03:00
parent d146a7f8e0
commit fda18a9afa

View File

@@ -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.