Add changelog entries for PR #4029

This commit is contained in:
Paul Kompfner
2026-03-13 22:15:32 -04:00
parent 5e7639812a
commit 61ff53f2b9
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
- 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.