- Timestamp:
- Sep 8, 2007, 1:52:48 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:
- 73eaa2e
- Parents:
- cb0415d (diff), 8708556 (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:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rcb0415d r21bd43c 22 22 onset.h \ 23 23 tempo.h \ 24 filter.h 24 filter.h \ 25 mfcc.h 26 25 27 nodist_pkginclude_HEADERS = config.h 26 28 … … 69 71 tempo.h \ 70 72 filter.c \ 71 filter.h 73 filter.h \ 74 mfcc.h \ 75 mfcc.c 72 76 73 77 AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ -
src/aubio.h
rcb0415d r21bd43c 80 80 #include "onset.h" 81 81 #include "tempo.h" 82 #include "mfcc.h" 82 83 83 84 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.