Changes in / [d1d4ad4:5eea3b2]


Ignore:
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_code.py

    rd1d4ad4 r5eea3b2  
    2121    'method': '"default"',
    2222    'uri': '"none"',
    23     'bins_per_octave': 24,
    2423    }
    2524
     
    8685        'tss': 'self->buf_size',
    8786        'dct': 'self->size',
    88         'constantq': 'aubio_constantq_get_numbins (self->o)',
    8987        }
    9088
  • src/aubio.h

    rd1d4ad4 r5eea3b2  
    185185#include "spectral/dct.h"
    186186#include "spectral/phasevoc.h"
    187 #include "spectral/constantq.h"
    188187#include "spectral/filterbank.h"
    189188#include "spectral/filterbank_mel.h"
Note: See TracChangeset for help on using the changeset viewer.