Function aubio_sys::aubio_filter_set_samplerate[][src]

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

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