Changeset c423c3d for examples/utils.h


Ignore:
Timestamp:
Sep 25, 2009, 4:12:23 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:
06d30f9
Parents:
194ef6b
Message:

examples/: use native aubio smpl_t for aubio_process_func_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.h

    r194ef6b rc423c3d  
    5454#ifndef HAVE_JACK
    5555typedef int (*aubio_process_func_t)
    56         (float **input, float **output, int nframes);
     56        (smpl_t **input, smpl_t **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.