source: src/Makefile.am @ 0b530cb

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 0b530cb was 7a04950, checked in by Paul Brossier <piem@altern.org>, 19 years ago

added pitchfcomb and pitchschmitt

  • Property mode set to 100644
File size: 976 bytes
Line 
1EXTRA_DIST = aubio_priv.h
2
3pkginclude_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 \
20        pitchschmitt.h \
21        pitchfcomb.h \
22        filter.h
23
24lib_LTLIBRARIES = libaubio.la
25libaubio_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 \
55        pitchschmitt.c \
56        pitchschmitt.h \
57        pitchfcomb.c \
58        pitchfcomb.h \
59        filter.c \
60        filter.h
61
62AM_CFLAGS = @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
63libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
Note: See TracBrowser for help on using the repository browser.