Interface: VADProps
Defined in: types/vad.ts:18
Props for the useVAD hook.
Properties
model
model:
object
Defined in: types/vad.ts:19
An object containing the model configuration.
modelName
modelName:
"fsmn-vad"
modelSource
modelSource:
ResourceSource
preventLoad?
optionalpreventLoad:boolean
Defined in: types/vad.ts:20
Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.