whisper_free_params method

void whisper_free_params(
  1. Pointer<whisper_full_params> params
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

void whisper_free_params(ffi.Pointer<whisper_full_params> params) {
  return _whisper_free_params(params);
}