aubio_tempo_get_delay_ms method
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,
);
}