aubio_tempo_get_period method
get current beat period in samples
\param bt beat tracking object
Returns the currently observed period, in samples, or 0 if no consistent value is found.
Implementation
double aubio_tempo_get_period(
ffi.Pointer<aubio_tempo_t> bt,
) {
return _aubio_tempo_get_period(
bt,
);
}