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.