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