From f128cdd19a207148db1269569f030cb724bfd073 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Fri, 23 Jan 2026 16:16:01 -0300 Subject: [PATCH] Adding a changelog entry to the AudioBufferProcessor fix. --- changelog/3541.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3541.fixed.md diff --git a/changelog/3541.fixed.md b/changelog/3541.fixed.md new file mode 100644 index 000000000..ac5b59529 --- /dev/null +++ b/changelog/3541.fixed.md @@ -0,0 +1 @@ +- Fixed how audio tracks are synchronized inside the `AudioBufferProcessor` to fix timing issues where silence and audio were misaligned between user and bot buffers.