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