feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 16e0f16 was
fc6c831,
checked in by Paul Brossier <piem@piem.org>, 17 years ago
|
moved spectral_centroid to new file
|
-
Property mode set to
100644
|
File size:
1.9 KB
|
Rev | Line | |
---|
[c0063da] | 1 | noinst_HEADERS = aubio_priv.h |
---|
[96fb8ad] | 2 | pkginclude_HEADERS = aubio.h \ |
---|
| 3 | types.h \ |
---|
[d1ec8cb] | 4 | fvec.h \ |
---|
| 5 | cvec.h \ |
---|
[32d6958] | 6 | mathutils.h \ |
---|
| 7 | utils/hist.h \ |
---|
| 8 | utils/scale.h \ |
---|
| 9 | temporal/resample.h \ |
---|
| 10 | temporal/biquad.h \ |
---|
| 11 | temporal/filter.h \ |
---|
| 12 | spectral/filterbank.h \ |
---|
| 13 | spectral/mfcc.c \ |
---|
| 14 | spectral/phasevoc.h \ |
---|
| 15 | spectral/fft.h \ |
---|
| 16 | spectral/tss.h \ |
---|
[fc6c831] | 17 | spectral/spectral_centroid.h \ |
---|
[bcf38fe] | 18 | pitch/pitchdetection.h \ |
---|
[2d8cffa] | 19 | pitch/pitchmcomb.h \ |
---|
| 20 | pitch/pitchyin.h \ |
---|
| 21 | pitch/pitchschmitt.h \ |
---|
| 22 | pitch/pitchfcomb.h \ |
---|
| 23 | pitch/pitchyinfft.h \ |
---|
[bcf38fe] | 24 | onset/onset.h \ |
---|
| 25 | onset/onsetdetection.h \ |
---|
| 26 | onset/peakpick.h \ |
---|
| 27 | tempo/tempo.h \ |
---|
[32d6958] | 28 | tempo/beattracking.h |
---|
[71d3bf0] | 29 | |
---|
[c0063da] | 30 | nodist_pkginclude_HEADERS = config.h |
---|
[96fb8ad] | 31 | |
---|
| 32 | lib_LTLIBRARIES = libaubio.la |
---|
| 33 | libaubio_la_SOURCES = aubio.h \ |
---|
| 34 | types.h \ |
---|
[d1ec8cb] | 35 | fvec.c \ |
---|
| 36 | fvec.h \ |
---|
| 37 | cvec.c \ |
---|
| 38 | cvec.h \ |
---|
[32d6958] | 39 | mathutils.c \ |
---|
| 40 | mathutils.h \ |
---|
| 41 | utils/hist.c \ |
---|
| 42 | utils/hist.h \ |
---|
| 43 | utils/scale.c \ |
---|
| 44 | utils/scale.h \ |
---|
| 45 | temporal/resample.c \ |
---|
| 46 | temporal/resample.h \ |
---|
| 47 | temporal/biquad.c \ |
---|
| 48 | temporal/biquad.h \ |
---|
| 49 | temporal/filter.c \ |
---|
| 50 | temporal/filter.h \ |
---|
| 51 | spectral/filterbank.c \ |
---|
| 52 | spectral/filterbank.h \ |
---|
| 53 | spectral/mfcc.h \ |
---|
| 54 | spectral/mfcc.c \ |
---|
| 55 | spectral/phasevoc.c \ |
---|
| 56 | spectral/phasevoc.h \ |
---|
| 57 | spectral/fft.c \ |
---|
| 58 | spectral/fft.h \ |
---|
| 59 | spectral/tss.c \ |
---|
| 60 | spectral/tss.h \ |
---|
[fc6c831] | 61 | spectral/spectral_centroid.c \ |
---|
| 62 | spectral/spectral_centroid.h \ |
---|
[bcf38fe] | 63 | pitch/pitchdetection.c \ |
---|
| 64 | pitch/pitchdetection.h \ |
---|
[2d8cffa] | 65 | pitch/pitchmcomb.c \ |
---|
| 66 | pitch/pitchmcomb.h \ |
---|
| 67 | pitch/pitchyin.c \ |
---|
| 68 | pitch/pitchyin.h \ |
---|
| 69 | pitch/pitchschmitt.c \ |
---|
| 70 | pitch/pitchschmitt.h \ |
---|
| 71 | pitch/pitchfcomb.c \ |
---|
| 72 | pitch/pitchfcomb.h \ |
---|
| 73 | pitch/pitchyinfft.c \ |
---|
| 74 | pitch/pitchyinfft.h \ |
---|
[bcf38fe] | 75 | onset/onset.c \ |
---|
| 76 | onset/onset.h \ |
---|
| 77 | onset/onsetdetection.c \ |
---|
| 78 | onset/onsetdetection.h \ |
---|
| 79 | onset/peakpick.c \ |
---|
| 80 | onset/peakpick.h \ |
---|
| 81 | tempo/tempo.c \ |
---|
| 82 | tempo/tempo.h \ |
---|
| 83 | tempo/beattracking.c \ |
---|
[32d6958] | 84 | tempo/beattracking.h |
---|
[96fb8ad] | 85 | |
---|
[17db1cd] | 86 | AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ |
---|
[205da86] | 87 | libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ |
---|
[9fc2c7e] | 88 | libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ |
---|
Note: See
TracBrowser
for help on using the repository browser.