571 B
571 B
- 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 withSileroVADAnalyzerwired into the user aggregator. Use this variant if you need a turn analyzer likeLocalSmartTurnV3to decide when the user is done speaking, or if you needUserStartedSpeakingFrame/UserStoppedSpeakingFrameto fire from the same source asInterruptionFrame. Server-emitted turn frames are preferred when available.