Changeset daa4ca9


Ignore:
Timestamp:
Oct 6, 2009, 5:28:19 PM (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:
10a5413
Parents:
9facc27
Message:

tests/src/test-peakpick.c: update peakpicker prototype

File:
1 edited

Legend:

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

    r9facc27 rdaa4ca9  
    88        aubio_pickpeak_t * o = new_aubio_peakpicker(0.3);
    99
    10         aubio_peakpick_pimrt(in,o);
    11         aubio_peakpick_pimrt(in,o);
    12         aubio_peakpick_pimrt(in,o);
    13         aubio_peakpick_pimrt(in,o);
     10        aubio_peakpicker_do(o, in);
     11        aubio_peakpicker_do(o, in);
     12        aubio_peakpicker_do(o, in);
     13        aubio_peakpicker_do(o, in);
    1414
    1515        del_aubio_peakpicker(o);
Note: See TracChangeset for help on using the changeset viewer.