whisper_full_get_segment_t0 method

int whisper_full_get_segment_t0(
  1. Pointer<whisper_context> ctx,
  2. int i_segment
)

Get the start and end time of the specified segment

Implementation

int whisper_full_get_segment_t0(
  ffi.Pointer<whisper_context> ctx,
  int i_segment,
) {
  return _whisper_full_get_segment_t0(
    ctx,
    i_segment,
  );
}