whisper_init_from_file method

Pointer<whisper_context> whisper_init_from_file(
  1. Pointer<Char> path_model
)

Implementation

ffi.Pointer<whisper_context> whisper_init_from_file(
  ffi.Pointer<ffi.Char> path_model,
) {
  return _whisper_init_from_file(
    path_model,
  );
}