aubio_source_get_channels method

int aubio_source_get_channels(
  1. Pointer<_aubio_source_t> s
)

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,
  );
}