Changeset 7873363 for src/Makefile.am


Ignore:
Timestamp:
Nov 24, 2007, 6:46:30 PM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
5dd22a9
Parents:
d7a104c (diff), c1656cf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge with aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rd7a104c r7873363  
    2424        onset.h \
    2525        tempo.h \
    26         filter.h
     26        filter.h \
     27        filterbank.h \
     28        mfcc.h
     29
    2730nodist_pkginclude_HEADERS = config.h
    2831
     
    7376        tempo.h \
    7477        filter.c \
    75         filter.h
     78        filter.h \
     79        filterbank.c \
     80        filterbank.h \
     81        mfcc.h \
     82        mfcc.c
    7683
    7784AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
Note: See TracChangeset for help on using the changeset viewer.