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

play sample from start

\param o sampler, created by new_aubio_sampler()

\return 0 if successful, 1 otherwise