Pulse STT: vad_events query parameter on the streaming WebSocket
Pulse STT: vad_events query parameter on the streaming WebSocket
The Pulse STT WebSocket accepts a new query parameter, vad_events. When set to true, the server emits two additional JSON message types: speech_started and speech_ended. They are interleaved with the transcription stream on the same connection.
Usage
Set vad_events=true on the WebSocket URL. Default is false. vad=true is accepted as an alias; when both are set, vad_events takes precedence and vad is ignored.
Event payloads
timestamp is measured in seconds from the first audio frame received on the connection. Boundaries are acoustic and independent of transcript finalization (is_final).
Full reference: VAD Events.

