Changes in / [7a54b37:088760e]


Ignore:
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_code.py

    r7a54b37 r088760e  
    2121    'method': '"default"',
    2222    'uri': '"none"',
     23    'bins_per_octave': 24,
    2324    }
    2425
     
    8586        'tss': 'self->buf_size',
    8687        'dct': 'self->size',
     88        'constantq': 'aubio_constantq_get_numbins (self->o)',
    8789        }
    8890
  • src/aubio.h

    r7a54b37 r088760e  
    185185#include "spectral/dct.h"
    186186#include "spectral/phasevoc.h"
     187#include "spectral/constantq.h"
    187188#include "spectral/filterbank.h"
    188189#include "spectral/filterbank_mel.h"
Note: See TracChangeset for help on using the changeset viewer.