feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 04d50b0 was
7873363,
checked in by Paul Brossier <piem@piem.org>, 17 years ago
|
merge with aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury
|
-
Property mode set to
100644
|
File size:
802 bytes
|
Line | |
---|
1 | # global flags |
---|
2 | AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(top_srcdir)/src -I$(top_srcdir)/ext @AUBIO_CFLAGS@ @LASH_CFLAGS@ @FFTWLIB_CFLAGS@ |
---|
3 | AM_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/ext -laubioext -laubio @LASH_LIBS@ |
---|
4 | |
---|
5 | # add your programs to this list |
---|
6 | bin_PROGRAMS = \ |
---|
7 | aubioonset \ |
---|
8 | aubiotrack \ |
---|
9 | aubionotes \ |
---|
10 | aubiomfcc |
---|
11 | |
---|
12 | noinst_PROGRAMS = \ |
---|
13 | aubioquiet |
---|
14 | |
---|
15 | EXTRA_DIST = utils.h |
---|
16 | |
---|
17 | # optionally add sources file for these programs |
---|
18 | aubioonset_SOURCES = aubioonset.c utils.c |
---|
19 | aubionotes_SOURCES = aubionotes.c utils.c |
---|
20 | aubiotrack_SOURCES = aubiotrack.c utils.c |
---|
21 | aubioquiet_SOURCES = aubioquiet.c utils.c |
---|
22 | aubiomfcc_SOURCES = aubiomfcc.c utils.c |
---|
23 | |
---|
24 | aubioonset_LDADD = @JACK_LIBS@ |
---|
25 | aubionotes_LDADD = @JACK_LIBS@ |
---|
26 | aubiotrack_LDADD = @JACK_LIBS@ |
---|
27 | aubioquiet_LDADD = @JACK_LIBS@ |
---|
28 | aubiomfcc_LDADD = @JACK_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.