aubio_source_get_channels method
get channels of source object
\param s source object, created with ::new_aubio_source \return channels
Implementation
int aubio_source_get_channels(
ffi.Pointer<aubio_source_t> s,
) {
return _aubio_source_get_channels(
s,
);
}