aubio_tempo_set_delay_ms method
set current delay
\param o beat tracking object \param delay delay to set tempo to, in samples
\return 0
if successful, non-zero otherwise
Implementation
int aubio_tempo_set_delay_ms(
ffi.Pointer<aubio_tempo_t> o,
double delay,
) {
return _aubio_tempo_set_delay_ms(
o,
delay,
);
}