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

set current playing state

\param o wavetable, created by new_aubio_wavetable() \param playing 0 for not playing, 1 for playing

\return 0 if successful, 1 otherwise