Changes in / [97886fa:71b1b4b]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiomfcc.c

    r97886fa r71b1b4b  
    2626  unsigned int i;       /*channels*/
    2727  unsigned int j;       /*frames*/
     28 
     29  // declare the mel filter bank
     30  // TODO: should be done only once
     31  aubio_mfcc_init(int N, NYQUIST, int style, float freq_min, float freq_max, int freq_bands, float **fft_tables);
     32
    2833  for (j=0;j<(unsigned)nframes;j++) {
    2934    if(usejack) {
Note: See TracChangeset for help on using the changeset viewer.