aubio_sink_get_channels method
get channels of sink object
\param s sink object, created with ::new_aubio_sink \return number of channels
Implementation
int aubio_sink_get_channels(
ffi.Pointer<aubio_sink_t> s,
) {
return _aubio_sink_get_channels(
s,
);
}