Changeset 32d6958 for src/spectral


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

src/: more moving and splitting

Location:
src/spectral
Files:
10 moved

Legend:

Unmodified
Added
Removed
  • src/spectral/fft.c

    rbcf38fe r32d6958  
    2222#include "cvec.h"
    2323#include "mathutils.h"
    24 #include "fft.h"
     24#include "spectral/fft.h"
    2525
    2626#if FFTW3F_SUPPORT
  • src/spectral/filterbank.c

    rbcf38fe r32d6958  
    2222#include "aubio_priv.h"
    2323#include "sample.h"
    24 #include "filterbank.h"
     24#include "spectral/filterbank.h"
    2525#include "mathutils.h"
    2626
  • src/spectral/mfcc.c

    rbcf38fe r32d6958  
    2323#include "aubio_priv.h"
    2424#include "sample.h"
    25 #include "fft.h"
    26 #include "filterbank.h"
    27 #include "mfcc.h"
    28 #include "math.h"
     25#include "spectral/fft.h"
     26#include "spectral/filterbank.h"
     27#include "spectral/mfcc.h"
    2928
    3029/** Internal structure for mfcc object **/
  • src/spectral/mfcc.h

    rbcf38fe r32d6958  
    2929extern "C" {
    3030#endif
    31 
    32 #include "sample.h"
    33 #include "filterbank.h"
    3431
    3532typedef struct aubio_mfcc_t_ aubio_mfcc_t;
  • src/spectral/phasevoc.c

    rbcf38fe r32d6958  
    2121#include "fvec.h"
    2222#include "cvec.h"
    23 #include "fft.h"
    2423#include "mathutils.h"
    25 #include "phasevoc.h"
     24#include "spectral/fft.h"
     25#include "spectral/phasevoc.h"
    2626
    2727/** phasevocoder internal object */
  • src/spectral/tss.c

    rbcf38fe r32d6958  
    2323#include "sample.h"
    2424#include "mathutils.h"
    25 #include "tss.h"
     25#include "spectral/tss.h"
    2626
    2727struct _aubio_tss_t
Note: See TracChangeset for help on using the changeset viewer.