Changeset 7873363 for examples


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

Location:
examples
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Makefile.am

    rd7a104c r7873363  
    77        aubioonset \
    88        aubiotrack \
    9         aubionotes
     9        aubionotes \
     10        aubiomfcc
    1011
    1112noinst_PROGRAMS = \
     
    1920aubiotrack_SOURCES = aubiotrack.c utils.c
    2021aubioquiet_SOURCES = aubioquiet.c utils.c
     22aubiomfcc_SOURCES = aubiomfcc.c utils.c
    2123
    2224aubioonset_LDADD = @JACK_LIBS@
     
    2426aubiotrack_LDADD = @JACK_LIBS@
    2527aubioquiet_LDADD = @JACK_LIBS@
     28aubiomfcc_LDADD = @JACK_LIBS@
Note: See TracChangeset for help on using the changeset viewer.