aubio_tempo_get_delay_ms method

double aubio_tempo_get_delay_ms(
  1. Pointer<aubio_tempo_t> o
)

get current delay in ms

\param o beat tracking object

\return current delay, in milliseconds

Implementation

double aubio_tempo_get_delay_ms(
  ffi.Pointer<aubio_tempo_t> o,
) {
  return _aubio_tempo_get_delay_ms(
    o,
  );
}