Changeset 18f3162


Ignore:
Timestamp:
May 13, 2008, 8:45:37 AM (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:
954585a
Parents:
98cc475
Message:

tests/src/test-filter.c: add missing channels argument to new_aubio_cdsgn_filter

File:
1 edited

Legend:

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

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