[][src]Function aubio_sys::aubio_filter_set_a_weighting

pub unsafe extern "C" fn aubio_filter_set_a_weighting(
    f: *mut aubio_filter_t,
    samplerate: uint_t
) -> uint_t

set feedback and feedforward coefficients of a A-weighting filter

\param f filter object to get coefficients from \param samplerate sampling frequency of the signal to filter. Should be one of 8000, 11025, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, and 192000 Hz