Ignore:
Timestamp:
Dec 1, 2007, 10:59:25 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:
6913434
Parents:
2b6144dd
Message:

filter.c: add denormal, make multichannel using lvecs, update adsgn, cdsgn, pitchdetection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/filter_priv.h

    r2b6144dd ra7667ce  
    1818*/
    1919
     20#include "lvec.h"
    2021struct _aubio_filter_t {
    2122  uint_t order;
    22   lsmp_t * a;
    23   lsmp_t * b;
    24   lsmp_t * y;
    25   lsmp_t * x;
     23  lvec_t * a;
     24  lvec_t * b;
     25  lvec_t * y;
     26  lvec_t * x;
    2627};
    2728
Note: See TracChangeset for help on using the changeset viewer.