feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 4123f16 was
4f4d892,
checked in by Paul Brossier <piem@piem.org>, 17 years ago
|
src/temporal: split aubio_adsgn_filter and aubio_cdsgn_filter to separate files
|
-
Property mode set to
100644
|
File size:
1.9 KB
|
Line | |
---|
1 | noinst_HEADERS = \ |
---|
2 | aubio_priv.h \ |
---|
3 | temporal/filter_priv.h |
---|
4 | |
---|
5 | pkginclude_HEADERS = aubio.h \ |
---|
6 | types.h \ |
---|
7 | fvec.h \ |
---|
8 | cvec.h \ |
---|
9 | mathutils.h |
---|
10 | |
---|
11 | pkgincludeutilsdir = $(pkgincludedir)/utils |
---|
12 | pkgincludetemporaldir = $(pkgincludedir)/temporal |
---|
13 | pkgincludespectraldir = $(pkgincludedir)/spectral |
---|
14 | pkgincludepitchdir = $(pkgincludedir)/pitch |
---|
15 | pkgincludeonsetdir = $(pkgincludedir)/onset |
---|
16 | pkgincludetempodir = $(pkgincludedir)/tempo |
---|
17 | |
---|
18 | pkgincludeutils_HEADERS = \ |
---|
19 | utils/hist.h \ |
---|
20 | utils/scale.h |
---|
21 | |
---|
22 | pkgincludetemporal_HEADERS = \ |
---|
23 | temporal/resample.h \ |
---|
24 | temporal/biquad.h \ |
---|
25 | temporal/filter.h \ |
---|
26 | temporal/adesign.h \ |
---|
27 | temporal/cdesign.h |
---|
28 | |
---|
29 | pkgincludespectral_HEADERS = \ |
---|
30 | spectral/filterbank.h \ |
---|
31 | spectral/mfcc.h \ |
---|
32 | spectral/phasevoc.h \ |
---|
33 | spectral/fft.h \ |
---|
34 | spectral/tss.h \ |
---|
35 | spectral/spectral_centroid.h |
---|
36 | |
---|
37 | pkgincludepitch_HEADERS = \ |
---|
38 | pitch/pitchdetection.h \ |
---|
39 | pitch/pitchmcomb.h \ |
---|
40 | pitch/pitchyin.h \ |
---|
41 | pitch/pitchschmitt.h \ |
---|
42 | pitch/pitchfcomb.h \ |
---|
43 | pitch/pitchyinfft.h |
---|
44 | |
---|
45 | pkgincludeonset_HEADERS = \ |
---|
46 | onset/onset.h \ |
---|
47 | onset/onsetdetection.h \ |
---|
48 | onset/peakpick.h |
---|
49 | |
---|
50 | pkgincludetempo_HEADERS = \ |
---|
51 | tempo/tempo.h \ |
---|
52 | tempo/beattracking.h |
---|
53 | |
---|
54 | lib_LTLIBRARIES = libaubio.la |
---|
55 | libaubio_la_SOURCES = \ |
---|
56 | fvec.c \ |
---|
57 | cvec.c \ |
---|
58 | mathutils.c \ |
---|
59 | utils/hist.c \ |
---|
60 | utils/scale.c \ |
---|
61 | temporal/resample.c \ |
---|
62 | temporal/biquad.c \ |
---|
63 | temporal/filter.c \ |
---|
64 | temporal/adesign.c \ |
---|
65 | temporal/cdesign.c \ |
---|
66 | spectral/filterbank.c \ |
---|
67 | spectral/mfcc.c \ |
---|
68 | spectral/phasevoc.c \ |
---|
69 | spectral/fft.c \ |
---|
70 | spectral/tss.c \ |
---|
71 | spectral/spectral_centroid.c \ |
---|
72 | pitch/pitchdetection.c \ |
---|
73 | pitch/pitchmcomb.c \ |
---|
74 | pitch/pitchyin.c \ |
---|
75 | pitch/pitchschmitt.c \ |
---|
76 | pitch/pitchfcomb.c \ |
---|
77 | pitch/pitchyinfft.c \ |
---|
78 | onset/onset.c \ |
---|
79 | onset/onsetdetection.c \ |
---|
80 | onset/peakpick.c \ |
---|
81 | tempo/tempo.c \ |
---|
82 | tempo/beattracking.c |
---|
83 | |
---|
84 | AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ |
---|
85 | libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ |
---|
86 | libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ |
---|
Note: See
TracBrowser
for help on using the repository browser.