Changeset f2a0769 for src/spectral


Ignore:
Timestamp:
Sep 16, 2017, 6:04:19 PM (7 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
Children:
cfb7fb7
Parents:
799a940
Message:

src/spectral/mfcc.c: fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.c

    r799a940 rf2a0769  
    3737  uint_t win_s;             /** grain length */
    3838  uint_t samplerate;        /** sample rate (needed?) */
    39   uint_t n_filters;         /** number of  *filters */
     39  uint_t n_filters;         /** number of filters */
    4040  uint_t n_coefs;           /** number of coefficients (<= n_filters/2 +1) */
    4141  aubio_filterbank_t *fb;   /** filter bank */
Note: See TracChangeset for help on using the changeset viewer.