X-Git-Url: https://git.aubio.org/?p=aubio.git;a=blobdiff_plain;f=src%2Fspectral%2Fmfcc.h;h=46fd979e5faf6c4dfc46717ba2b45ade5d0416e3;hp=385e09900bae2e74d6ed8adc54a092c8ffe22306;hb=8affe8cdad4e0f2f4deb39bdb4ad13d88482747d;hpb=581c8b5e389941e3a56917c39162783a78760ef8 diff --git a/src/spectral/mfcc.h b/src/spectral/mfcc.h index 385e0990..46fd979e 100644 --- a/src/spectral/mfcc.h +++ b/src/spectral/mfcc.h @@ -92,7 +92,7 @@ uint_t aubio_mfcc_set_power (aubio_mfcc_t *mf, smpl_t power); See aubio_filterbank_get_power(). */ -uint_t aubio_mfcc_get_power (aubio_mfcc_t *mf); +smpl_t aubio_mfcc_get_power (aubio_mfcc_t *mf); /** set scaling parameter @@ -111,7 +111,7 @@ uint_t aubio_mfcc_set_scale (aubio_mfcc_t *mf, smpl_t scale); \return current scaling parameter. Defaults to `1`. */ -uint_t aubio_mfcc_get_scale (aubio_mfcc_t *mf); +smpl_t aubio_mfcc_get_scale (aubio_mfcc_t *mf); /** Mel filterbank initialization