[][src]Function aubio_sys::aubio_wavetable_set_amp

pub unsafe extern "C" fn aubio_wavetable_set_amp(
    o: *mut aubio_wavetable_t,
    amp: smpl_t
) -> uint_t

set wavetable amplitude

\param o wavetable, created by new_aubio_wavetable() \param amp new amplitude value for the wavetable

\return 0 if successful, 1 otherwise