Changeset 60583a3
- Timestamp:
- Sep 5, 2017, 12:56:39 PM (7 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 3873e5e
- Parents:
- 34dca87
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_code.py
r34dca87 r60583a3 3 3 'buf_size': 'Py_default_vector_length', 4 4 'win_s': 'Py_default_vector_length', 5 'size': 'Py_default_vector_length', 5 6 # and here too 6 7 'hop_size': 'Py_default_vector_length / 2', … … 83 84 'filterbank': 'self->n_filters', 84 85 'tss': 'self->buf_size', 86 'dct': 'self->size', 85 87 } 86 88 -
src/aubio.h
r34dca87 r60583a3 183 183 #include "temporal/c_weighting.h" 184 184 #include "spectral/fft.h" 185 #include "spectral/dct.h" 185 186 #include "spectral/phasevoc.h" 186 187 #include "spectral/filterbank.h"
Note: See TracChangeset
for help on using the changeset viewer.