Changeset a729232
- Timestamp:
- Sep 17, 2017, 3:42:14 AM (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:
- b57ae47
- Parents:
- 38a965e (diff), cfb7fb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
aubio.pc.in
r38a965e ra729232 8 8 Version: @VERSION@ 9 9 Libs: -L${libdir} -laubio 10 Cflags: -I${includedir} 10 Cflags: -I${includedir} -
src/spectral/mfcc.c
r38a965e ra729232 37 37 uint_t win_s; /** grain length */ 38 38 uint_t samplerate; /** sample rate (needed?) */ 39 uint_t n_filters; /** number of *filters */39 uint_t n_filters; /** number of filters */ 40 40 uint_t n_coefs; /** number of coefficients (<= n_filters/2 +1) */ 41 41 aubio_filterbank_t *fb; /** filter bank */
Note: See TracChangeset
for help on using the changeset viewer.