feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 06f2d78 was
f825dd0,
checked in by Paul Brossier <piem@piem.org>, 15 years ago
|
src/Makefile.am: update a- and c-weighting filter filenames
|
-
Property mode set to
100644
|
File size:
1.6 KB
|
Line | |
---|
1 | noinst_HEADERS = \ |
---|
2 | aubio_priv.h |
---|
3 | |
---|
4 | nobase_pkginclude_HEADERS = \ |
---|
5 | aubio.h \ |
---|
6 | types.h \ |
---|
7 | fvec.h \ |
---|
8 | lvec.h \ |
---|
9 | cvec.h \ |
---|
10 | mathutils.h \ |
---|
11 | vecutils.h \ |
---|
12 | utils/hist.h \ |
---|
13 | utils/scale.h \ |
---|
14 | temporal/resample.h \ |
---|
15 | temporal/biquad.h \ |
---|
16 | temporal/filter.h \ |
---|
17 | temporal/a_weighting.h \ |
---|
18 | temporal/c_weighting.h \ |
---|
19 | spectral/filterbank.h \ |
---|
20 | spectral/filterbank_mel.h \ |
---|
21 | spectral/mfcc.h \ |
---|
22 | spectral/phasevoc.h \ |
---|
23 | spectral/fft.h \ |
---|
24 | spectral/tss.h \ |
---|
25 | spectral/spectral_centroid.h \ |
---|
26 | pitch/pitchdetection.h \ |
---|
27 | pitch/pitchmcomb.h \ |
---|
28 | pitch/pitchyin.h \ |
---|
29 | pitch/pitchschmitt.h \ |
---|
30 | pitch/pitchfcomb.h \ |
---|
31 | pitch/pitchyinfft.h \ |
---|
32 | onset/onset.h \ |
---|
33 | onset/onsetdetection.h \ |
---|
34 | onset/peakpick.h \ |
---|
35 | tempo/tempo.h \ |
---|
36 | tempo/beattracking.h |
---|
37 | |
---|
38 | nodist_pkginclude_HEADERS = config.h |
---|
39 | |
---|
40 | lib_LTLIBRARIES = libaubio.la |
---|
41 | libaubio_la_SOURCES = \ |
---|
42 | fvec.c \ |
---|
43 | lvec.c \ |
---|
44 | cvec.c \ |
---|
45 | mathutils.c \ |
---|
46 | vecutils.c \ |
---|
47 | utils/hist.c \ |
---|
48 | utils/scale.c \ |
---|
49 | temporal/resample.c \ |
---|
50 | temporal/biquad.c \ |
---|
51 | temporal/filter.c \ |
---|
52 | temporal/a_weighting.c \ |
---|
53 | temporal/c_weighting.c \ |
---|
54 | spectral/filterbank.c \ |
---|
55 | spectral/filterbank_mel.c \ |
---|
56 | spectral/mfcc.c \ |
---|
57 | spectral/phasevoc.c \ |
---|
58 | spectral/fft.c \ |
---|
59 | spectral/tss.c \ |
---|
60 | spectral/spectral_centroid.c \ |
---|
61 | pitch/pitchdetection.c \ |
---|
62 | pitch/pitchmcomb.c \ |
---|
63 | pitch/pitchyin.c \ |
---|
64 | pitch/pitchschmitt.c \ |
---|
65 | pitch/pitchfcomb.c \ |
---|
66 | pitch/pitchyinfft.c \ |
---|
67 | onset/onset.c \ |
---|
68 | onset/onsetdetection.c \ |
---|
69 | onset/peakpick.c \ |
---|
70 | tempo/tempo.c \ |
---|
71 | tempo/beattracking.c |
---|
72 | |
---|
73 | AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ |
---|
74 | libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ |
---|
75 | libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ |
---|
Note: See
TracBrowser
for help on using the repository browser.