Changeset 9c59a30


Ignore:
Timestamp:
Sep 14, 2018, 6:07:38 PM (6 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
Children:
d62fb90
Parents:
fb4ab89
Message:

examples/utils.h: process_block returns void

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.h

    rfb4ab89 r9c59a30  
    6767
    6868/** common process function */
    69 typedef int (*aubio_process_func_t) (fvec_t * input, fvec_t * output);
     69typedef void (*aubio_process_func_t) (fvec_t * input, fvec_t * output);
    7070
    7171void process_block (fvec_t *ibuf, fvec_t *obuf);
Note: See TracChangeset for help on using the changeset viewer.