feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 53e4682 was
7a04950,
checked in by Paul Brossier <piem@altern.org>, 20 years ago
|
added pitchfcomb and pitchschmitt
|
-
Property mode set to
100644
|
File size:
976 bytes
|
Rev | Line | |
---|
[96fb8ad] | 1 | EXTRA_DIST = aubio_priv.h |
---|
| 2 | |
---|
| 3 | pkginclude_HEADERS = aubio.h \ |
---|
| 4 | config.h \ |
---|
| 5 | types.h \ |
---|
| 6 | phasevoc.h \ |
---|
| 7 | mathutils.h \ |
---|
| 8 | fft.h \ |
---|
| 9 | sample.h \ |
---|
| 10 | hist.h \ |
---|
| 11 | scale.h \ |
---|
| 12 | resample.h \ |
---|
| 13 | onsetdetection.h \ |
---|
| 14 | tss.h \ |
---|
| 15 | peakpick.h \ |
---|
| 16 | biquad.h \ |
---|
| 17 | pitchdetection.h \ |
---|
| 18 | pitchmcomb.h \ |
---|
| 19 | pitchyin.h \ |
---|
[7a04950] | 20 | pitchschmitt.h \ |
---|
| 21 | pitchfcomb.h \ |
---|
[b60dd4ae] | 22 | filter.h |
---|
[96fb8ad] | 23 | |
---|
| 24 | lib_LTLIBRARIES = libaubio.la |
---|
| 25 | libaubio_la_SOURCES = aubio.h \ |
---|
| 26 | types.h \ |
---|
| 27 | phasevoc.c \ |
---|
| 28 | phasevoc.h \ |
---|
| 29 | mathutils.c \ |
---|
| 30 | mathutils.h \ |
---|
| 31 | fft.c \ |
---|
| 32 | fft.h \ |
---|
| 33 | sample.c \ |
---|
| 34 | sample.h \ |
---|
| 35 | hist.c \ |
---|
| 36 | hist.h \ |
---|
| 37 | scale.c \ |
---|
| 38 | scale.h \ |
---|
| 39 | resample.c \ |
---|
| 40 | resample.h \ |
---|
| 41 | onsetdetection.c \ |
---|
| 42 | onsetdetection.h \ |
---|
| 43 | tss.c \ |
---|
| 44 | tss.h \ |
---|
| 45 | peakpick.c \ |
---|
| 46 | peakpick.h \ |
---|
| 47 | biquad.c \ |
---|
| 48 | biquad.h \ |
---|
| 49 | pitchdetection.c \ |
---|
| 50 | pitchdetection.h \ |
---|
| 51 | pitchmcomb.c \ |
---|
| 52 | pitchmcomb.h \ |
---|
| 53 | pitchyin.c \ |
---|
| 54 | pitchyin.h \ |
---|
[7a04950] | 55 | pitchschmitt.c \ |
---|
| 56 | pitchschmitt.h \ |
---|
| 57 | pitchfcomb.c \ |
---|
| 58 | pitchfcomb.h \ |
---|
[96fb8ad] | 59 | filter.c \ |
---|
[b60dd4ae] | 60 | filter.h |
---|
[96fb8ad] | 61 | |
---|
[205da86] | 62 | AM_CFLAGS = @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ |
---|
| 63 | libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.