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

    r194ef6b rc423c3d  
    3030uint_t usepitch = 0;
    3131
    32 int aubio_process(float **input, float **output, int nframes);
    33 int aubio_process(float **input, float **output, int nframes) {
     32int aubio_process(smpl_t **input, smpl_t **output, int nframes);
     33int aubio_process(smpl_t **input, smpl_t **output, int nframes) {
    3434  unsigned int i;       /*channels*/
    3535  unsigned int j;       /*frames*/
Note: See TracChangeset for help on using the changeset viewer.