source: src/Makefile.am @ 1111de1

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 1111de1 was 1651b58, checked in by Paul Brossier <piem@piem.org>, 15 years ago

src/spectral/: added statistics.c, containing some cuidado spectral shape descriptors

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[4f4d892]1noinst_HEADERS = \
[a4364b8]2        aubio_priv.h
[4f4d892]3
[7f3cae67]4nobase_pkginclude_HEADERS = \
5        aubio.h \
[96fb8ad]6        types.h \
[d1ec8cb]7        fvec.h \
[a3a01e1]8        lvec.h \
[d1ec8cb]9        cvec.h \
[7f3cae67]10        mathutils.h \
[916f8983]11        vecutils.h \
[32d6958]12        utils/hist.h \
[7f3cae67]13        utils/scale.h \
[6fc103d]14        temporal/resampler.h \
[32d6958]15        temporal/biquad.h \
[4f4d892]16        temporal/filter.h \
[f825dd0]17        temporal/a_weighting.h \
18        temporal/c_weighting.h \
[32d6958]19        spectral/filterbank.h \
[06cae6c]20        spectral/filterbank_mel.h \
[554a9cb]21        spectral/mfcc.h \
[32d6958]22        spectral/phasevoc.h \
23        spectral/fft.h \
24        spectral/tss.h \
[31907fd]25        spectral/specdesc.h \
[ca1abdd]26        pitch/pitch.h \
[2d8cffa]27        pitch/pitchmcomb.h \
28        pitch/pitchyin.h \
29        pitch/pitchschmitt.h \
30        pitch/pitchfcomb.h \
[7f3cae67]31        pitch/pitchyinfft.h \
[bcf38fe]32        onset/onset.h \
[7f3cae67]33        onset/peakpick.h \
[bcf38fe]34        tempo/tempo.h \
[32d6958]35        tempo/beattracking.h
[71d3bf0]36
[31a5c0e8]37nodist_pkginclude_HEADERS = config.h
38
[96fb8ad]39lib_LTLIBRARIES = libaubio.la
[554a9cb]40libaubio_la_SOURCES = \
[a3a01e1]41        fvec.c \
42        lvec.c \
[d1ec8cb]43        cvec.c \
[32d6958]44        mathutils.c \
[916f8983]45        vecutils.c \
[32d6958]46        utils/hist.c \
47        utils/scale.c \
[6fc103d]48        temporal/resampler.c \
[32d6958]49        temporal/biquad.c \
50        temporal/filter.c \
[f825dd0]51        temporal/a_weighting.c \
52        temporal/c_weighting.c \
[32d6958]53        spectral/filterbank.c \
[06cae6c]54        spectral/filterbank_mel.c \
[32d6958]55        spectral/mfcc.c \
56        spectral/phasevoc.c \
57        spectral/fft.c \
58        spectral/tss.c \
[1651b58]59        spectral/specdesc.c \
60        spectral/statistics.c \
[ca1abdd]61        pitch/pitch.c \
[2d8cffa]62        pitch/pitchmcomb.c \
63        pitch/pitchyin.c \
64        pitch/pitchschmitt.c \
65        pitch/pitchfcomb.c \
66        pitch/pitchyinfft.c \
[bcf38fe]67        onset/onset.c \
68        onset/peakpick.c \
69        tempo/tempo.c \
[554a9cb]70        tempo/beattracking.c
[96fb8ad]71
[17db1cd]72AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
[205da86]73libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
[9fc2c7e]74libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.