feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since e638bcf was
7524d0b,
checked in by Paul Brossier <piem@altern.org>, 18 years ago
|
add tempo and onset functions
add tempo and onset functions
|
-
Property mode set to
100644
|
File size:
1.2 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 | pitchyinfft.h \ |
---|
21 | beattracking.h \ |
---|
22 | onset.h \ |
---|
23 | tempo.h \ |
---|
24 | filter.h |
---|
25 | nodist_pkginclude_HEADERS = config.h |
---|
26 | |
---|
27 | lib_LTLIBRARIES = libaubio.la |
---|
28 | libaubio_la_SOURCES = aubio.h \ |
---|
29 | types.h \ |
---|
30 | phasevoc.c \ |
---|
31 | phasevoc.h \ |
---|
32 | mathutils.c \ |
---|
33 | mathutils.h \ |
---|
34 | fft.c \ |
---|
35 | fft.h \ |
---|
36 | sample.c \ |
---|
37 | sample.h \ |
---|
38 | hist.c \ |
---|
39 | hist.h \ |
---|
40 | scale.c \ |
---|
41 | scale.h \ |
---|
42 | resample.c \ |
---|
43 | resample.h \ |
---|
44 | onsetdetection.c \ |
---|
45 | onsetdetection.h \ |
---|
46 | tss.c \ |
---|
47 | tss.h \ |
---|
48 | peakpick.c \ |
---|
49 | peakpick.h \ |
---|
50 | biquad.c \ |
---|
51 | biquad.h \ |
---|
52 | pitchdetection.c \ |
---|
53 | pitchdetection.h \ |
---|
54 | pitchmcomb.c \ |
---|
55 | pitchmcomb.h \ |
---|
56 | pitchyin.c \ |
---|
57 | pitchyin.h \ |
---|
58 | pitchschmitt.c \ |
---|
59 | pitchschmitt.h \ |
---|
60 | pitchfcomb.c \ |
---|
61 | pitchfcomb.h \ |
---|
62 | pitchyinfft.c \ |
---|
63 | pitchyinfft.h \ |
---|
64 | beattracking.c \ |
---|
65 | beattracking.h \ |
---|
66 | onset.c \ |
---|
67 | onset.h \ |
---|
68 | tempo.c \ |
---|
69 | tempo.h \ |
---|
70 | filter.c \ |
---|
71 | filter.h |
---|
72 | |
---|
73 | AM_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.