[][src]Function aubio_sys::new_aubio_wavetable

pub unsafe extern "C" fn new_aubio_wavetable(
    samplerate: uint_t,
    hop_size: uint_t
) -> *mut aubio_wavetable_t

create new wavetable object

\param samplerate the sampling rate of the new wavetable \param hop_size the block size of the new wavetable

\return the newly created aubio_wavetable_t