Mentioning the frame order fix in the changelog.

This commit is contained in:
filipi87
2026-03-19 10:26:58 -03:00
parent 6841c0719b
commit 8f6dfc4777

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

@@ -0,0 +1 @@
- Fixed TTS frame ordering so that non-system frames always arrive in correct order relative to the `TTSStartedFrame`/`TTSAudioRawFrame`/`TTSStoppedFrame` sequence. Previously these frames could race ahead of or behind audio context frames, producing out-of-order output downstream.