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/pitch/pitchdetection.c

    rbcf38fe r32d6958  
    1919#include "aubio_priv.h"
    2020#include "sample.h"
    21 #include "phasevoc.h"
     21#include "spectral/phasevoc.h"
    2222#include "mathutils.h"
    23 #include "filter.h"
     23#include "temporal/filter.h"
    2424#include "pitch/pitchmcomb.h"
    2525#include "pitch/pitchyin.h"
     
    2727#include "pitch/pitchschmitt.h"
    2828#include "pitch/pitchyinfft.h"
    29 #include "pitchdetection.h"
     29#include "pitch/pitchdetection.h"
    3030
    3131typedef smpl_t (*aubio_pitchdetection_func_t)
Note: See TracChangeset for help on using the changeset viewer.