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

1
changelog/4029.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `sync_with_audio` field to `OutputImageRawFrame`. When set to `True`, the output transport queues image frames with audio so they are displayed only after all preceding audio has been sent, enabling synchronized audio/image playback.