whisper_free_context_params method

void whisper_free_context_params(
  1. Pointer<whisper_context_params> params
)

Implementation

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