[][src]Function aubio_sys::aubio_filter_set_samplerate

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

get sampling rate of the filter

\param f filter to get sampling rate from \param samplerate sample rate to set the filter to

\return the sampling rate of the filter, in Hz