Changeset 194ef6b for ext/jackio.h


Ignore:
Timestamp:
Sep 25, 2009, 4:09:25 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:
c423c3d
Parents:
d69e37d
Message:

ext/jackio.{c,h}: convert data from smpl_t to jack_default_audio_sample_t when needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ext/jackio.h

    rd69e37d r194ef6b  
    3535typedef struct _aubio_jack_t aubio_jack_t;
    3636/** jack process function */
    37 typedef int (*aubio_process_func_t)(float **input, float **output, int
    38     nframes);
     37typedef int (*aubio_process_func_t)(smpl_t **input,
     38    smpl_t **output, int nframes);
    3939
    4040/** jack device creation function */
Note: See TracChangeset for help on using the changeset viewer.