Changeset b511fa9 for examples/utils.h


Ignore:
Timestamp:
Sep 23, 2009, 7:40:14 PM (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:
000b090
Parents:
2062e48
Message:

replace FOO_SUPPORT with HAVE_FOO, use float for jack_process function prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.h

    r2062e48 rb511fa9  
    5252void examples_common_del(void);
    5353typedef void (aubio_print_func_t)(void);
    54 #ifndef JACK_SUPPORT
     54#ifndef HAVE_JACK
    5555typedef int (*aubio_process_func_t)
    56         (smpl_t **input, smpl_t **output, int nframes);
     56        (float **input, float **output, int nframes);
    5757#endif
    5858void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print);
Note: See TracChangeset for help on using the changeset viewer.