whisper_free_context_params method

void whisper_free_context_params(
  1. Pointer<whisper_context_params> params
)

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

Implementation

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