- Timestamp:
- Nov 24, 2007, 6:46:30 PM (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:
- 5dd22a9
- Parents:
- d7a104c (diff), c1656cf (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. - Location:
- src
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rd7a104c r7873363 24 24 onset.h \ 25 25 tempo.h \ 26 filter.h 26 filter.h \ 27 filterbank.h \ 28 mfcc.h 29 27 30 nodist_pkginclude_HEADERS = config.h 28 31 … … 73 76 tempo.h \ 74 77 filter.c \ 75 filter.h 78 filter.h \ 79 filterbank.c \ 80 filterbank.h \ 81 mfcc.h \ 82 mfcc.c 76 83 77 84 AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ -
src/aubio.h
rd7a104c r7873363 80 80 #include "onset.h" 81 81 #include "tempo.h" 82 #include "filterbank.h" 83 #include "mfcc.h" 82 84 83 85 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.