From 023063759aa3ae38289ba23a140289169da5ea1b Mon Sep 17 00:00:00 2001 From: Daksh Dua Date: Fri, 20 Feb 2026 16:00:34 -0300 Subject: [PATCH] Changelog entry for TTS race condition fix. --- changelog/3787.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3787.fixed.md diff --git a/changelog/3787.fixed.md b/changelog/3787.fixed.md new file mode 100644 index 000000000..ff11ada71 --- /dev/null +++ b/changelog/3787.fixed.md @@ -0,0 +1 @@ +- Fixed a race condition in `AudioContextTTSService` where the audio context could time out between consecutive TTS requests within the same turn, causing audio to be discarded.