aubio_tempo_get_delay method

int aubio_tempo_get_delay(
  1. Pointer<aubio_tempo_t> o
)

get current delay

\param o beat tracking object

\return current delay, in samples

Implementation

int aubio_tempo_get_delay(
  ffi.Pointer<aubio_tempo_t> o,
) {
  return _aubio_tempo_get_delay(
    o,
  );
}