vad_init method
Initialize VAD with configuration and model
Implementation
int vad_init(
ffi.Pointer<VADHandle> handle,
ffi.Pointer<VADConfig> config,
ffi.Pointer<ffi.Char> model_path,
) {
return _vad_init(handle, config, model_path);
}
Initialize VAD with configuration and model
int vad_init(
ffi.Pointer<VADHandle> handle,
ffi.Pointer<VADConfig> config,
ffi.Pointer<ffi.Char> model_path,
) {
return _vad_init(handle, config, model_path);
}