whisper_get_timings method

Pointer<whisper_timings> whisper_get_timings(
  1. Pointer<whisper_context> ctx
)

Implementation

ffi.Pointer<whisper_timings> whisper_get_timings(
  ffi.Pointer<whisper_context> ctx,
) {
  return _whisper_get_timings(
    ctx,
  );
}