[][src]Function aubio_sys::aubio_filterbank_set_triangle_bands

pub unsafe extern "C" fn aubio_filterbank_set_triangle_bands(
    fb: *mut aubio_filterbank_t,
    freqs: *const fvec_t,
    samplerate: smpl_t
) -> uint_t

filterbank initialization with triangular and overlapping bands

\param fb filterbank object \param freqs arbitrary array of boundary frequencies \param samplerate audio sampling rate

This function computes the coefficients of the filterbank based on the boundaries found in freqs, in Hz, and using triangular overlapping bands.