Merge pull request #3541 from pipecat-ai/filipi/audio_buffer

Refactoring AudioBufferProcessor to fix audio track synchronization.
This commit is contained in:
Filipi da Silva Fuchter
2026-01-27 05:32:41 -05:00
committed by GitHub
2 changed files with 41 additions and 40 deletions

1
changelog/3541.fixed.md Normal file
View File

@@ -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.