pub unsafe extern "C" fn SherpaOnnxCreateKeywordSpotter(
config: *const SherpaOnnxKeywordSpotterConfig,
) -> *mut SherpaOnnxKeywordSpotter
Expand description
@param config Config for the keyword spotter. @return Return a pointer to the spotter. The user has to invoke SherpaOnnxDestroyKeywordSpotter() to free it to avoid memory leak.