[][src]Function aubio_sys::aubio_wavetable_set_freq

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

set wavetable frequency

\param o wavetable, created by new_aubio_wavetable() \param freq new frequency value for the wavetable

\return 0 if successful, 1 otherwise