Changeset a4364b8 for tests


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.

Location:
tests/src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-filter.c

    rd9c45df ra4364b8  
    99 
    1010        /* allocate fft and other memory space */
    11         aubio_filter_t * o = new_aubio_cdsgn_filter(44100, channels);
     11        aubio_filter_t * o = new_aubio_filter_cdsgn (44100, channels);
    1212
    1313        aubio_filter_do(o,in);
Note: See TracChangeset for help on using the changeset viewer.