Merge branch 'master' into feature/constantq
authorPaul Brossier <piem@piem.org>
Sat, 15 Sep 2018 16:30:42 +0000 (18:30 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 15 Sep 2018 16:30:42 +0000 (18:30 +0200)
1  2 
python/lib/gen_code.py
src/aubio.h

@@@ -84,7 -83,7 +84,8 @@@ objoutsize = 
          'tempo': '1',
          'filterbank': 'self->n_filters',
          'tss': 'self->buf_size',
+         'dct': 'self->size',
 +        'constantq': 'aubio_constantq_get_numbins (self->o)',
          }
  
  objinputsize = {
diff --cc src/aubio.h
@@@ -182,8 -182,8 +182,9 @@@ extern "C
  #include "temporal/a_weighting.h"
  #include "temporal/c_weighting.h"
  #include "spectral/fft.h"
+ #include "spectral/dct.h"
  #include "spectral/phasevoc.h"
 +#include "spectral/constantq.h"
  #include "spectral/filterbank.h"
  #include "spectral/filterbank_mel.h"
  #include "spectral/mfcc.h"