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.