whisper_progress_callbackFunction typedef

whisper_progress_callbackFunction = Void Function(Pointer<whisper_context> ctx, Pointer<whisper_state> state, Int n_new, Pointer<Void> user_data)

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

Implementation

typedef whisper_progress_callbackFunction = ffi.Void Function(
  ffi.Pointer<whisper_context> ctx,
  ffi.Pointer<whisper_state> state,
  ffi.Int progress,
  ffi.Pointer<ffi.Void> user_data,
);