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