Merge pull request #3628 from pipecat-ai/mb/broadcast-speech-control-params-frame

Fix: Broadcast SpeechControlParamsFrame from VADController
This commit is contained in:
Mark Backman
2026-02-03 18:44:15 -05:00
committed by GitHub
5 changed files with 44 additions and 12 deletions

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

@@ -0,0 +1 @@
- Fixed `VADController` not broadcasting `SpeechControlParamsFrame` on startup, which prevented STT services from receiving VAD params needed for TTFB measurement.