source: src/Makefile.am @ a4364b8

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

src/temporal: revamp filter object, clarify API for A- and C-weighting filters,
add coefficients for 8000 16000 22050 44100 96000 192000, improve documentation,
remove unneeded filter_priv.h, add A and C weighting tests.

  • 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 \
[32d6958]14        temporal/resample.h \
15        temporal/biquad.h \
[4f4d892]16        temporal/filter.h \
17        temporal/adesign.h \
[7f3cae67]18        temporal/cdesign.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 \
[7f3cae67]25        spectral/spectral_centroid.h \
[bcf38fe]26        pitch/pitchdetection.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 \
33        onset/onsetdetection.h \
[7f3cae67]34        onset/peakpick.h \
[bcf38fe]35        tempo/tempo.h \
[32d6958]36        tempo/beattracking.h
[71d3bf0]37
[31a5c0e8]38nodist_pkginclude_HEADERS = config.h
39
[96fb8ad]40lib_LTLIBRARIES = libaubio.la
[554a9cb]41libaubio_la_SOURCES = \
[a3a01e1]42        fvec.c \
43        lvec.c \
[d1ec8cb]44        cvec.c \
[32d6958]45        mathutils.c \
[916f8983]46        vecutils.c \
[32d6958]47        utils/hist.c \
48        utils/scale.c \
49        temporal/resample.c \
50        temporal/biquad.c \
51        temporal/filter.c \
[4f4d892]52        temporal/adesign.c \
53        temporal/cdesign.c \
[32d6958]54        spectral/filterbank.c \
[06cae6c]55        spectral/filterbank_mel.c \
[32d6958]56        spectral/mfcc.c \
57        spectral/phasevoc.c \
58        spectral/fft.c \
59        spectral/tss.c \
[fc6c831]60        spectral/spectral_centroid.c \
[bcf38fe]61        pitch/pitchdetection.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/onsetdetection.c \
69        onset/peakpick.c \
70        tempo/tempo.c \
[554a9cb]71        tempo/beattracking.c
[96fb8ad]72
[17db1cd]73AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
[205da86]74libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
[9fc2c7e]75libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.