Function bliss_audio_aubio_sys::aubio_wavetable_load

source ยท
pub unsafe extern "C" fn aubio_wavetable_load(
    o: *mut aubio_wavetable_t,
    uri: *const char_t
) -> uint_t
Expand description

load source in wavetable

TODO: This function is not implemented yet. See new_aubio_sampler() instead.

\param o wavetable, created by new_aubio_wavetable() \param uri the uri of the source to load

\return 0 if successful, non-zero otherwise