pub unsafe extern "C" fn aubio_wavetable_play(
    o: *mut aubio_wavetable_t
) -> uint_t
Expand description

play sample from start

\param o wavetable, created by new_aubio_wavetable()

\return 0 if successful, 1 otherwise