Changeset 21bd43c for src


Ignore:
Timestamp:
Sep 8, 2007, 1:52:48 PM (17 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:
73eaa2e
Parents:
cb0415d (diff), 8708556 (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 from Amaury's changes

Location:
src
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rcb0415d r21bd43c  
    2222        onset.h \
    2323        tempo.h \
    24         filter.h
     24        filter.h \
     25        mfcc.h
     26
    2527nodist_pkginclude_HEADERS = config.h
    2628
     
    6971        tempo.h \
    7072        filter.c \
    71         filter.h
     73        filter.h \
     74        mfcc.h \
     75        mfcc.c
    7276
    7377AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
  • src/aubio.h

    rcb0415d r21bd43c  
    8080#include "onset.h"
    8181#include "tempo.h"
     82#include "mfcc.h"
    8283
    8384#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.