Changeset 2a109e4 for tests/src


Ignore:
Timestamp:
Dec 5, 2009, 2:16:22 AM (14 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:
ccca7cb
Parents:
f658288
Message:

tests/src/: no more arguments for peakpicker

File:
1 edited

Legend:

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

    rf658288 r2a109e4  
    88        fvec_t * in       = new_fvec (win_s); /* input buffer */
    99        fvec_t * out      = new_fvec (1); /* input buffer */
    10         aubio_peakpicker_t * o = new_aubio_peakpicker(1);
     10        aubio_peakpicker_t * o = new_aubio_peakpicker();
    1111        aubio_peakpicker_set_threshold (o, 0.3);
    1212
Note: See TracChangeset for help on using the changeset viewer.