[][src]Function aubio_sys::fmat_get_channel

pub unsafe extern "C" fn fmat_get_channel(
    s: *const fmat_t,
    channel: uint_t,
    output: *mut fvec_t
)

read channel vector from a buffer

\param s vector to read from \param channel channel to read from \param output ::fvec_t to output to