Changeset c159aeb for src/pitch


Ignore:
Timestamp:
Sep 29, 2009, 7:58:03 AM (15 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:
a253fd4
Parents:
a4364b8
Message:

src/temporal: rename adesign/adsgn to a_weighting, idem for c_weighting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchdetection.c

    ra4364b8 rc159aeb  
    2424#include "mathutils.h"
    2525#include "temporal/filter.h"
    26 #include "temporal/cdesign.h"
     26#include "temporal/c_weighting.h"
    2727#include "pitch/pitchmcomb.h"
    2828#include "pitch/pitchyin.h"
     
    105105      p->fftgrain = new_cvec(bufsize, channels);
    106106      p->mcomb    = new_aubio_pitchmcomb(bufsize,hopsize,channels,samplerate);
    107       p->filter   = new_aubio_filter_cdsgn (samplerate, channels);
     107      p->filter   = new_aubio_filter_c_weighting (samplerate, channels);
    108108      p->callback = aubio_pitchdetection_mcomb;
    109109      break;
Note: See TracChangeset for help on using the changeset viewer.