src/spectral: cosmetic changes
authorPaul Brossier <piem@piem.org>
Thu, 15 Oct 2009 13:12:19 +0000 (15:12 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 15 Oct 2009 13:12:19 +0000 (15:12 +0200)
src/spectral/mfcc.h
src/spectral/tss.h

index 6bdfc914085ef61b9aee6b827c3023c5d7f38a34..d10a18719084c79e30b4c7fd7e9f77f56a450d51 100644 (file)
@@ -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
 
index af85f398a2c7d8046a613d837d9142b9abd13e02..87e9183d5060612cd97edfce7d102a59e0ce04f8 100644 (file)
@@ -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