Add changelog entries for PR #4007

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-12 00:16:26 -07:00
parent 1a66bdef8e
commit a461b2b9e6
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Fixed `TTSService` potentially canceling in-flight audio during shutdown. The stop sequence now waits for all queued audio contexts to finish processing before canceling the stop frame task.

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

@@ -0,0 +1 @@
- Fixed `ParallelPipeline` dropping or misordering frames during lifecycle synchronization. Buffered frames are now flushed in the correct order relative to synchronization frames (`StartFrame` goes first, `EndFrame`/`CancelFrame` go after), and frames added to the buffer during flush are also drained.