Changeset 5a1ff62 for examples/utils.h


Ignore:
Timestamp:
May 28, 2005, 8:42:21 AM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
a9d9c5c
Parents:
946cad3
Message:

fix compilation without jack
fix compilation without jack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.h

    r946cad3 r5a1ff62  
    4444void examples_common_del(void);
    4545typedef void (aubio_print_func_t)(void);
     46#ifndef JACK_SUPPORT
     47typedef int (*aubio_process_func_t)
     48        (smpl_t **input, smpl_t **output, int nframes);
     49#endif
    4650void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print);
    4751
Note: See TracChangeset for help on using the changeset viewer.