chore: add changelogs for word-timestamp and frame-ordering fixes

This commit is contained in:
filipi87
2026-05-20 10:03:30 -03:00
parent 81bb81c1d0
commit 8bdb49bd1a
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Fixed `BaseOutputTransport` reordering frames that share the same presentation timestamp. Frames with equal PTS values are now emitted in insertion order, preventing subtle audio/text sequencing bugs when multiple frames arrive at the same time.