aubio_source_get_duration method
get the duration of source object, in frames
\param s source object, created with ::new_aubio_source \return number of frames in file
Implementation
int aubio_source_get_duration(
ffi.Pointer<aubio_source_t> s,
) {
return _aubio_source_get_duration(
s,
);
}