[][src]Function aubio_sys::aubio_mfcc_set_scale

pub unsafe extern "C" fn aubio_mfcc_set_scale(
    mf: *mut aubio_mfcc_t,
    scale: smpl_t
) -> uint_t

set scaling parameter

\param mf mfcc object, as returned by new_aubio_mfcc() \param scale Scaling value to apply.

Scales the output of the filterbank after taking its logarithm and before computing the DCT. Defaults to 1.