[][src]Function aubio_sys::aubio_wavetable_do

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

process wavetable function

\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.