aubio_tempo_get_delay method
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,
);
}
get current delay
\param o beat tracking object
\return current delay, in samples
int aubio_tempo_get_delay(
ffi.Pointer<aubio_tempo_t> o,
) {
return _aubio_tempo_get_delay(
o,
);
}