Expand description
Backend input VAD for browser microphone PCM.
Structs§
- Backend
Input Vad - Incremental VAD over arbitrary PCM16 byte chunks.
- Backend
VadSnapshot - Snapshot of backend VAD state for devtools and diagnostics.
Enums§
- Activity
Authority - Who decides when user speech interrupts the model.
Traits§
- Input
Audio Processor - A per-frame processor applied to outgoing microphone audio inside
LiveHandle::send_audio— the L1 seam the L2voicechain (denoiser, noise gate) plugs into so hosted surfaces (web bridge, API server) get the same hardened path as native pumps. Runs on the send path: keep it fast and allocation-light.