Function bliss_audio_aubio_sys::new_aubio_wavetable

source ยท
pub unsafe extern "C" fn new_aubio_wavetable(
    samplerate: uint_t,
    hop_size: uint_t
) -> *mut aubio_wavetable_t
Expand description

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