- Timestamp:
- Sep 6, 2007, 2:33:11 AM (17 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 97886fa
- Parents:
- fe28ff3
- Location:
- src
- Files:
-
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rfe28ff3 r71d3bf0 22 22 onset.h \ 23 23 tempo.h \ 24 filter.h 24 filter.h 25 25 26 nodist_pkginclude_HEADERS = config.h 26 27 … … 69 70 tempo.h \ 70 71 filter.c \ 71 filter.h 72 filter.h \ 72 73 73 74 AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ -
src/filterbank.c
rfe28ff3 r71d3bf0 21 21 */ 22 22 23 #include " aubiofilterbank.h"23 #include "filterbank.h" 24 24 25 25 // Initialization -
src/mfcc.c
rfe28ff3 r71d3bf0 23 23 24 24 #include "mffc.h" 25 #include "aubiofilterbank.h"26 25 27 26 // Computation -
src/mfcc.h
rfe28ff3 r71d3bf0 24 24 #define MFCC_H 25 25 26 #include "aubiofilterbank.h" 27 28 #define NYQUIST 22050.f 26 #include "filterbank.h" 29 27 30 28 //libXtract enums
Note: See TracChangeset
for help on using the changeset viewer.