Ignore:
Timestamp:
Sep 29, 2009, 7:43:12 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:
c159aeb
Parents:
d9c45df
Message:

src/temporal: revamp filter object, clarify API for A- and C-weighting filters,
add coefficients for 8000 16000 22050 44100 96000 192000, improve documentation,
remove unneeded filter_priv.h, add A and C weighting tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchdetection.c

    rd9c45df ra4364b8  
    2020#include "fvec.h"
    2121#include "cvec.h"
     22#include "lvec.h"
    2223#include "spectral/phasevoc.h"
    2324#include "mathutils.h"
     
    104105      p->fftgrain = new_cvec(bufsize, channels);
    105106      p->mcomb    = new_aubio_pitchmcomb(bufsize,hopsize,channels,samplerate);
    106       p->filter   = new_aubio_cdsgn_filter(samplerate, channels);
     107      p->filter   = new_aubio_filter_cdsgn (samplerate, channels);
    107108      p->callback = aubio_pitchdetection_mcomb;
    108109      break;
Note: See TracChangeset for help on using the changeset viewer.