whisper_free_context_params method
Implementation
void whisper_free_context_params(
ffi.Pointer<whisper_context_params> params,
) {
return _whisper_free_context_params(
params,
);
}
void whisper_free_context_params(
ffi.Pointer<whisper_context_params> params,
) {
return _whisper_free_context_params(
params,
);
}