Fixed audio crackling and popping artifacts in AudioBufferProcessor.

This commit is contained in:
filipi87
2026-03-25 15:29:50 -03:00
parent 4ee4002d5d
commit e5a2723632
2 changed files with 32 additions and 11 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.