Add realtime-grok-local-vad.py example
Grok Realtime supports manual mode (turn_detection=None) which disables its server-side VAD and lets local VAD drive turn boundaries — same pattern as OpenAI Realtime's turn_detection=False. Add the matching *-local-vad.py variant for parity, and point the Grok service docstring at it.
This commit is contained in:
1
changelog/+realtime-grok-local-vad-example.added.md
Normal file
1
changelog/+realtime-grok-local-vad-example.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `examples/realtime/realtime-grok-local-vad.py`, a variant of the base Grok Realtime example that disables Grok's server-side turn detection (`turn_detection=None`, manual mode) and instead drives turn boundaries locally with `SileroVADAnalyzer` wired into the user aggregator. Mirrors the OpenAI Realtime local-VAD variant. Server-emitted turn frames are preferred when available.
|
||||
Reference in New Issue
Block a user