Changeset 7f3cae67
- Timestamp:
- Apr 29, 2008, 10:04:46 AM (16 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:
- 7abfc82
- Parents:
- 651cac8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r651cac8 r7f3cae67 3 3 temporal/filter_priv.h 4 4 5 pkginclude_HEADERS = aubio.h \ 5 nobase_pkginclude_HEADERS = \ 6 aubio.h \ 6 7 types.h \ 7 8 fvec.h \ 8 9 lvec.h \ 9 10 cvec.h \ 10 mathutils.h 11 12 pkgincludeutilsdir = $(pkgincludedir)/utils 13 pkgincludetemporaldir = $(pkgincludedir)/temporal 14 pkgincludespectraldir = $(pkgincludedir)/spectral 15 pkgincludepitchdir = $(pkgincludedir)/pitch 16 pkgincludeonsetdir = $(pkgincludedir)/onset 17 pkgincludetempodir = $(pkgincludedir)/tempo 18 19 pkgincludeutils_HEADERS = \ 11 mathutils.h \ 20 12 utils/hist.h \ 21 utils/scale.h 22 23 pkgincludetemporal_HEADERS = \ 13 utils/scale.h \ 24 14 temporal/resample.h \ 25 15 temporal/biquad.h \ 26 16 temporal/filter.h \ 27 17 temporal/adesign.h \ 28 temporal/cdesign.h 29 30 pkgincludespectral_HEADERS = \ 18 temporal/cdesign.h \ 31 19 spectral/filterbank.h \ 32 20 spectral/mfcc.h \ … … 34 22 spectral/fft.h \ 35 23 spectral/tss.h \ 36 spectral/spectral_centroid.h 37 38 pkgincludepitch_HEADERS = \ 24 spectral/spectral_centroid.h \ 39 25 pitch/pitchdetection.h \ 40 26 pitch/pitchmcomb.h \ … … 42 28 pitch/pitchschmitt.h \ 43 29 pitch/pitchfcomb.h \ 44 pitch/pitchyinfft.h 45 46 pkgincludeonset_HEADERS = \ 30 pitch/pitchyinfft.h \ 47 31 onset/onset.h \ 48 32 onset/onsetdetection.h \ 49 onset/peakpick.h 50 51 pkgincludetempo_HEADERS = \ 33 onset/peakpick.h \ 52 34 tempo/tempo.h \ 53 35 tempo/beattracking.h
Note: See TracChangeset
for help on using the changeset viewer.