Changes in / [a729232:38a965e]


Ignore:
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • aubio.pc.in

    ra729232 r38a965e  
    88Version: @VERSION@
    99Libs: -L${libdir} -laubio
    10 Cflags: -I${includedir}
     10Cflags: -I${includedir} 
  • src/spectral/mfcc.c

    ra729232 r38a965e  
    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.