[][src]Function aubio_sys::aubio_wavetable_do_multi

pub unsafe extern "C" fn aubio_wavetable_do_multi(
    o: *mut aubio_wavetable_t,
    input: *const fmat_t,
    output: *mut fmat_t
)

process wavetable function, multiple channels

\param o wavetable, created by new_aubio_wavetable() \param input input of the wavetable, to be added to the output \param output output of the wavetable

This function adds the new samples from the playing wavetable to the output.

If input is not NULL and different from output, then the samples from input are added to the output.