feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 4994ebb was
9fc2c7e,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
soname change, add -version-info, fix midi/ install
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | noinst_HEADERS = aubio_priv.h |
---|
2 | pkginclude_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 | beattracking.h \ |
---|
21 | filter.h |
---|
22 | nodist_pkginclude_HEADERS = config.h |
---|
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 \ |
---|
55 | pitchschmitt.c \ |
---|
56 | pitchschmitt.h \ |
---|
57 | pitchfcomb.c \ |
---|
58 | pitchfcomb.h \ |
---|
59 | beattracking.c \ |
---|
60 | beattracking.h \ |
---|
61 | filter.c \ |
---|
62 | filter.h |
---|
63 | |
---|
64 | AM_CFLAGS = @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ |
---|
65 | libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ |
---|
66 | libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ |
---|
Note: See
TracBrowser
for help on using the repository browser.