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/aubioonset.c

    r194ef6b rc423c3d  
    2222uint_t usepitch = 0;
    2323
    24 int aubio_process(float **input, float **output, int nframes);
    25 int aubio_process(float **input, float **output, int nframes) {
     24int aubio_process(smpl_t **input, smpl_t **output, int nframes);
     25int aubio_process(smpl_t **input, smpl_t **output, int nframes) {
    2626  unsigned int i;       /*channels*/
    2727  unsigned int j;       /*frames*/
Note: See TracChangeset for help on using the changeset viewer.