From 57fd29f0c4204ca5df58468108325394cb211a95 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 19 Mar 2026 09:57:26 -0400 Subject: [PATCH] Remove changelog fragment that no longer applies after a rebase --- changelog/4029.fixed.2.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 changelog/4029.fixed.2.md diff --git a/changelog/4029.fixed.2.md b/changelog/4029.fixed.2.md deleted file mode 100644 index faf54592e..000000000 --- a/changelog/4029.fixed.2.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed TTS frame ordering when an audio context is active. Pass-through frames are now routed through the audio context queue so they stay properly ordered with TTS audio frames. Previously, a frame that preceded some incoming text to a TTS service could "jump the queue", getting ahead of the outgoing audio.