From 9569625f03ad013945e00d335adc5c9a2bd25e44 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Thu, 12 Feb 2026 16:11:02 -0300 Subject: [PATCH] Changelog entries for the TTS fixes. --- changelog/3729.fixed.2.md | 1 + changelog/3729.fixed.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/3729.fixed.2.md create mode 100644 changelog/3729.fixed.md diff --git a/changelog/3729.fixed.2.md b/changelog/3729.fixed.2.md new file mode 100644 index 000000000..6d4f33d93 --- /dev/null +++ b/changelog/3729.fixed.2.md @@ -0,0 +1 @@ +- Fixed context ID reuse issue in `ElevenLabsTTSService`, `InworldTTSService`, `RimeTTSService`, `CartesiaTTSService`, `AsyncAITTSService`, and `PlayHTTTSService`. Services now properly reuse the same context ID across multiple `run_tts()` invocations within a single LLM turn, preventing context tracking issues and incorrect lifecycle signaling. diff --git a/changelog/3729.fixed.md b/changelog/3729.fixed.md new file mode 100644 index 000000000..b8be759fb --- /dev/null +++ b/changelog/3729.fixed.md @@ -0,0 +1 @@ +- Fixed word timestamp interleaving issue in `ElevenLabsTTSService` when processing multiple sentences within a single LLM turn.