Changelog entry for TTS race condition fix.

This commit is contained in:
Daksh Dua
2026-02-20 16:00:34 -03:00
committed by filipi87
parent c49eda98e7
commit 023063759a

1
changelog/3787.fixed.md Normal file
View File

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