aubio_tempo_get_delay_s method

double aubio_tempo_get_delay_s(
  1. Pointer<aubio_tempo_t> o
)

get current delay in seconds

\param o beat tracking object

\return current delay, in seconds

Implementation

double aubio_tempo_get_delay_s(
  ffi.Pointer<aubio_tempo_t> o,
) {
  return _aubio_tempo_get_delay_s(
    o,
  );
}