Changes in / [6f3dfc0:81fe7d30]


Ignore:
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_code.py

    r6f3dfc0 r81fe7d30  
    33    'buf_size': 'Py_default_vector_length',
    44    'win_s': 'Py_default_vector_length',
     5    'size': 'Py_default_vector_length',
    56    # and here too
    67    'hop_size': 'Py_default_vector_length / 2',
     
    2021    'method': '"default"',
    2122    'uri': '"none"',
     23    'bins_per_octave': 24,
    2224    }
    2325
     
    8385        'filterbank': 'self->n_filters',
    8486        'tss': 'self->buf_size',
     87        'constantq': 'aubio_constantq_get_numbins (self->o)',
    8588        }
    8689
  • src/aubio.h

    r6f3dfc0 r81fe7d30  
    184184#include "spectral/fft.h"
    185185#include "spectral/phasevoc.h"
     186#include "spectral/constantq.h"
    186187#include "spectral/filterbank.h"
    187188#include "spectral/filterbank_mel.h"
Note: See TracChangeset for help on using the changeset viewer.