aubio_timestretch_get_available method
get number of currently available samples from time stretching object
\param o time stretching object as returned by ::new_aubio_timestretch()
\return number of currently available samples
Implementation
int aubio_timestretch_get_available(
ffi.Pointer<aubio_timestretch_t> o,
) {
return _aubio_timestretch_get_available(
o,
);
}