From fa659311b6c962e78ff7bc374a26112ceffd1f0a Mon Sep 17 00:00:00 2001 From: filipi87 Date: Fri, 20 Feb 2026 14:57:59 -0300 Subject: [PATCH] Changelog entry --- changelog/3732.changed.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/3732.changed.md diff --git a/changelog/3732.changed.md b/changelog/3732.changed.md new file mode 100644 index 000000000..22681cf04 --- /dev/null +++ b/changelog/3732.changed.md @@ -0,0 +1,3 @@ +- Improved audio context management in `AudioContextTTSService` by moving context ID tracking to the base class and adding `reuse_context_id_within_turn` parameter to control concurrent TTS request handling. + - Added helper methods: `has_active_audio_context()`, `get_active_audio_context_id()`, `remove_active_audio_context()`, `reset_active_audio_context()` + - Simplified Cartesia, ElevenLabs, Inworld, Rime, AsyncAI, and Gradium TTS implementations by removing duplicate context management code