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

Fixed audio crackling and popping artifacts in AudioBufferProcessor
This commit is contained in:
Filipi da Silva Fuchter
2026-03-25 15:40:17 -04:00
committed by GitHub
3 changed files with 247 additions and 19 deletions

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

@@ -0,0 +1 @@
- Fixed audio crackling and popping in recordings when both user and bot are speaking. `AudioBufferProcessor` no longer injects silence into a track's buffer while that track is actively producing audio, preventing mid-utterance interruptions in the recorded output.