\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
*/
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