whisper_reset_timings method

void whisper_reset_timings(
  1. Pointer<whisper_context> ctx
)

Implementation

void whisper_reset_timings(
  ffi.Pointer<whisper_context> ctx,
) {
  return _whisper_reset_timings(
    ctx,
  );
}