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