Changeset dcc649c for examples


Ignore:
Timestamp:
Sep 6, 2007, 3:49:29 PM (17 years ago)
Author:
Amaury Hazan <mahmoudax@gmail.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:
71b1b4b
Parents:
88199ce
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiomfcc.c

    r88199ce rdcc649c  
    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.