From: Paul Brossier Date: Thu, 15 Oct 2009 13:12:19 +0000 (+0200) Subject: src/spectral: cosmetic changes X-Git-Tag: bzr2git~137 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9cebe1cd399e9b3293a0133cb8c0a031019d36d;p=aubio.git src/spectral: cosmetic changes --- diff --git a/src/spectral/mfcc.h b/src/spectral/mfcc.h index 6bdfc914..d10a1871 100644 --- a/src/spectral/mfcc.h +++ b/src/spectral/mfcc.h @@ -40,12 +40,12 @@ typedef struct _aubio_mfcc_t aubio_mfcc_t; \param win_s size of analysis buffer (and length the FFT transform) \param samplerate audio sampling rate - \param n_coefs number of desired coefficients + \param n_coeffs number of desired coefficients \param n_filters number of desired filters */ aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, uint_t samplerate, - uint_t n_filters, uint_t n_coefs); + uint_t n_filters, uint_t n_coeffs); /** delete mfcc object diff --git a/src/spectral/tss.h b/src/spectral/tss.h index af85f398..87e9183d 100644 --- a/src/spectral/tss.h +++ b/src/spectral/tss.h @@ -52,7 +52,7 @@ typedef struct _aubio_tss_t aubio_tss_t; */ aubio_tss_t * new_aubio_tss(smpl_t thrs, smpl_t alfa, smpl_t beta, - uint_t size, uint_t overlap,uint_t channels); + uint_t win_s, uint_t hop_s, uint_t channels); /** delete tss object \param s tss object as returned by new_aubio_tss