Ignore:
Timestamp:
Dec 5, 2009, 1:36:56 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:
7a7b00f
Parents:
aea235c
Message:

src/onset/peakpicker.h: add void to empty prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/peakpicker.h

    raea235c rf7b05d4  
    3636
    3737/** peak-picker creation function */
    38 aubio_peakpicker_t * new_aubio_peakpicker();
     38aubio_peakpicker_t * new_aubio_peakpicker(void);
    3939/** real time peak picking function */
    4040void aubio_peakpicker_do(aubio_peakpicker_t * p, fvec_t * in, fvec_t * out);
Note: See TracChangeset for help on using the changeset viewer.