Merge pull request #4151 from ajmeraharsh/fix/livekit-clear-audio-queue-on-interruption

fix(livekit): clear AudioSource buffer on interruption
This commit is contained in:
Mark Backman
2026-03-26 00:52:26 -04:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

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

@@ -0,0 +1 @@
- Fixed `LiveKitOutputTransport` not clearing the `rtc.AudioSource` internal buffer on interruption, causing the bot to continue speaking for several seconds after being interrupted.