aubio_mfcc_get_scale method
get scaling parameter
\param mf mfcc object, as returned by new_aubio_mfcc()
\return current scaling parameter. Defaults to 1
.
Implementation
double aubio_mfcc_get_scale(
ffi.Pointer<aubio_mfcc_t> mf,
) {
return _aubio_mfcc_get_scale(
mf,
);
}