pub unsafe extern "C" fn aubio_onset_set_awhitening(
    o: *mut aubio_onset_t,
    enable: uint_t
) -> uint_t
Expand description

set onset detection adaptive whitening

\param o onset detection object as returned by new_aubio_onset() \param enable 1 to enable, 0 to disable

\return 0 if successful, 1 otherwise