From 8f6dfc477731b1ca0122795b0ab19ac798dfd058 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Thu, 19 Mar 2026 10:26:58 -0300 Subject: [PATCH] Mentioning the frame order fix in the changelog. --- changelog/4075.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4075.fixed.md diff --git a/changelog/4075.fixed.md b/changelog/4075.fixed.md new file mode 100644 index 000000000..97870d4bb --- /dev/null +++ b/changelog/4075.fixed.md @@ -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.