Changes in / [a114fe0:c03d191]
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_code.py
ra114fe0 rc03d191 21 21 'method': '"default"', 22 22 'uri': '"none"', 23 'bins_per_octave': 24, 23 24 } 24 25 … … 85 86 'tss': 'self->buf_size', 86 87 'dct': 'self->size', 88 'constantq': 'aubio_constantq_get_numbins (self->o)', 87 89 } 88 90 -
src/aubio.h
ra114fe0 rc03d191 185 185 #include "spectral/dct.h" 186 186 #include "spectral/phasevoc.h" 187 #include "spectral/constantq.h" 187 188 #include "spectral/filterbank.h" 188 189 #include "spectral/filterbank_mel.h"
Note: See TracChangeset
for help on using the changeset viewer.