source: src/Makefile.am @ 650e39b

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

add yinfft method, make it default for pd plugin
add yinfft method, make it default for pd plugin

  • Property mode set to 100644
File size: 1.1 KB
Line 
1noinst_HEADERS = aubio_priv.h
2pkginclude_HEADERS = aubio.h \
3        types.h \
4        phasevoc.h \
5        mathutils.h \
6        fft.h \
7        sample.h \
8        hist.h \
9        scale.h \
10        resample.h \
11        onsetdetection.h \
12        tss.h \
13        peakpick.h \
14        biquad.h \
15        pitchdetection.h \
16        pitchmcomb.h \
17        pitchyin.h \
18        pitchschmitt.h \
19        pitchfcomb.h \
20        pitchyinfft.h \
21        beattracking.h \
22        filter.h
23nodist_pkginclude_HEADERS = config.h
24
25lib_LTLIBRARIES = libaubio.la
26libaubio_la_SOURCES = aubio.h \
27        types.h \
28        phasevoc.c \
29        phasevoc.h \
30        mathutils.c \
31        mathutils.h \
32        fft.c \
33        fft.h \
34        sample.c \
35        sample.h \
36        hist.c \
37        hist.h \
38        scale.c \
39        scale.h \
40        resample.c \
41        resample.h \
42        onsetdetection.c \
43        onsetdetection.h \
44        tss.c \
45        tss.h \
46        peakpick.c \
47        peakpick.h \
48        biquad.c \
49        biquad.h \
50        pitchdetection.c \
51        pitchdetection.h \
52        pitchmcomb.c \
53        pitchmcomb.h \
54        pitchyin.c \
55        pitchyin.h \
56        pitchschmitt.c \
57        pitchschmitt.h \
58        pitchfcomb.c \
59        pitchfcomb.h \
60        pitchyinfft.c \
61        pitchyinfft.h \
62        beattracking.c \
63        beattracking.h \
64        filter.c \
65        filter.h
66
67AM_CFLAGS = @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
68libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
69libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.