pub unsafe extern "C" fn aubio_filterbank_set_norm(
    f: *mut aubio_filterbank_t,
    norm: smpl_t
) -> uint_t
Expand description

set norm parameter

\param f filterbank object, as returned by new_aubio_filterbank() \param norm 1 to norm the filters, 0 otherwise.

If set to 0, the filters will not be normalized. If set to 1, each filter will be normalized to one. Defaults to 1.

This function should be called before setting the filters with one of aubio_filterbank_set_triangle_bands(), aubio_filterbank_set_mel_coeffs(), aubio_filterbank_set_mel_coeffs_htk(), or aubio_filterbank_set_mel_coeffs_slaney().