Changeset 32d6958 for src/temporal


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

Location:
src/temporal
Files:
6 moved

Legend:

Unmodified
Added
Removed
  • src/temporal/biquad.c

    rbcf38fe r32d6958  
    2121#include "sample.h"
    2222#include "mathutils.h"
    23 #include "biquad.h"
     23#include "temporal/biquad.h"
    2424
    2525/** \note this file needs to be in double or more less precision would lead to large
  • src/temporal/filter.c

    rbcf38fe r32d6958  
    2525#include "sample.h"
    2626#include "mathutils.h"
    27 #include "filter.h"
     27#include "temporal/filter.h"
    2828
    2929struct _aubio_filter_t {
  • src/temporal/resample.c

    rbcf38fe r32d6958  
    2323#include "aubio_priv.h"
    2424#include "sample.h"
    25 #include "resample.h"
     25#include "temporal/resample.h"
    2626
    2727struct _aubio_resampler_t {
Note: See TracChangeset for help on using the changeset viewer.