pub unsafe extern "C" fn new_aubio_filter_a_weighting(
    samplerate: uint_t
) -> *mut aubio_filter_t
Expand description

create new A-design filter

\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

\return a new filter object