changelog: add updates for #3583

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-28 12:37:15 -08:00
parent c46e7f5da0
commit a69a037ffa
4 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added `VADProcessor` for detecting speech in audio streams within a pipeline. Pushes `VADUserStartedSpeakingFrame`, `VADUserStoppedSpeakingFrame`, and `UserSpeakingFrame` downstream based on VAD state changes.