Interface: VADProps
Defined in: types/vad.ts:29
Props for the useVAD hook.
Properties
model
model:
VADConfig
Defined in: types/vad.ts:30
An object containing the model configuration.
preventLoad?
optionalpreventLoad:boolean
Defined in: types/vad.ts:31
Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.