Ignore:
Timestamp:
Oct 15, 2009, 3:12:19 PM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
fe9c314
Parents:
d9b5009
Message:

src/spectral: cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.h

    rd9b5009 rc9cebe1  
    4141  \param win_s size of analysis buffer (and length the FFT transform)
    4242  \param samplerate audio sampling rate
    43   \param n_coefs number of desired coefficients
     43  \param n_coeffs number of desired coefficients
    4444  \param n_filters number of desired filters
    4545
    4646*/
    4747aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, uint_t samplerate,
    48       uint_t n_filters, uint_t n_coefs);
     48      uint_t n_filters, uint_t n_coeffs);
    4949
    5050/** delete mfcc object
Note: See TracChangeset for help on using the changeset viewer.