whisper_context_default_params_by_ref method

Pointer<whisper_context_params> whisper_context_default_params_by_ref()

NOTE: this function allocates memory, and it is the responsibility of the caller to free the pointer - see whisper_free_context_params & whisper_free_params()

Implementation

ffi.Pointer<whisper_context_params> whisper_context_default_params_by_ref() {
  return _whisper_context_default_params_by_ref();
}