Changeset 32d6958 for src/aubio.h


Ignore:
Timestamp:
Nov 24, 2007, 10:00:20 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:
ed631e9
Parents:
bcf38fe
Message:

src/: more moving and splitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    rbcf38fe r32d6958  
    6060#include "types.h"
    6161#include "sample.h"
    62 #include "fft.h"
    63 #include "phasevoc.h"
     62#include "spectral/fft.h"
     63#include "spectral/phasevoc.h"
    6464#include "mathutils.h"
    65 #include "scale.h"
    66 #include "hist.h"
    67 #include "tss.h"
    68 #include "resample.h"
    69 #include "biquad.h"
    70 #include "filter.h"
     65#include "utils/scale.h"
     66#include "utils/hist.h"
     67#include "spectral/tss.h"
     68#include "temporal/resample.h"
     69#include "temporal/biquad.h"
     70#include "temporal/filter.h"
    7171#include "pitch/pitchdetection.h"
    7272#include "pitch/pitchmcomb.h"
     
    8080#include "tempo/beattracking.h"
    8181#include "tempo/tempo.h"
    82 #include "filterbank.h"
    83 #include "mfcc.h"
     82#include "spectral/filterbank.h"
     83#include "spectral/mfcc.h"
    8484
    8585#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.