Changeset 32d6958 for src/onset


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/onset
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    rbcf38fe r32d6958  
    2121#include "sample.h"
    2222#include "onset/onsetdetection.h"
    23 #include "phasevoc.h"
    24 #include "peakpick.h"
     23#include "spectral/phasevoc.h"
     24#include "onset/peakpick.h"
    2525#include "mathutils.h"
    26 #include "onset.h"
     26#include "onset/onset.h"
    2727
    2828/** structure to store object state */
  • src/onset/onsetdetection.c

    rbcf38fe r32d6958  
    2020#include "aubio_priv.h"
    2121#include "sample.h"
    22 #include "fft.h"
     22#include "spectral/fft.h"
    2323#include "mathutils.h"
    24 #include "hist.h"
     24#include "utils/hist.h"
    2525#include "onset/onsetdetection.h"
    2626
  • src/onset/peakpick.c

    rbcf38fe r32d6958  
    2121#include "sample.h"
    2222#include "mathutils.h"
    23 #include "biquad.h"
    24 #include "peakpick.h"
     23#include "temporal/biquad.h"
     24#include "onset/peakpick.h"
    2525
    2626/* peak picking parameters, default values in brackets
Note: See TracChangeset for help on using the changeset viewer.