Changeset 3504dfe7 for src/io/source.h


Ignore:
Timestamp:
Jul 13, 2012, 11:28:43 PM (12 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:
a40eea8
Parents:
4d75b46
Message:

src/io/source_apple_audio.{c,h}: added simple file read using ExtAudioFile?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source.h

    r4d75b46 r3504dfe7  
    3333
    3434typedef struct _aubio_source_t aubio_source_t;
    35 aubio_source_t * new_aubio_source(char_t * uri, uint_t hop_size, uint_t samplerate);
    36 fvec_t * aubio_source_do(aubio_source_t * s);
     35aubio_source_t * new_aubio_source(char_t * method, uint_t hop_size, uint_t samplerate);
     36void aubio_source_do(aubio_source_t * s, fvec_t * read_data, uint_t * read);
    3737void del_aubio_source(aubio_source_t * s);
    3838
Note: See TracChangeset for help on using the changeset viewer.