Add Phase 2 changelog fragments for example migration
This commit is contained in:
1
changelog/+realtime-openai-local-vad-example.added.md
Normal file
1
changelog/+realtime-openai-local-vad-example.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `examples/realtime/realtime-openai-local-vad.py`, a variant of the base OpenAI Realtime example that disables OpenAI's server-side turn detection (`turn_detection=False`) and instead drives turn boundaries locally with `SileroVADAnalyzer` wired into the user aggregator. Use this variant if you need a turn analyzer like `LocalSmartTurnV3` to decide when the user is done speaking, or if you need `UserStartedSpeakingFrame` / `UserStoppedSpeakingFrame` to fire from the same source as `InterruptionFrame`. Server-emitted turn frames are preferred when available.
|
||||
Reference in New Issue
Block a user