aubio_onset_get_awhitening method
get onset detection adaptive whitening
\param o onset detection object as returned by new_aubio_onset()
\return 1 if enabled, 0 otherwise
Implementation
double aubio_onset_get_awhitening(
ffi.Pointer<aubio_onset_t> o,
) {
return _aubio_onset_get_awhitening(
o,
);
}