Changeset fff7b92 for examples


Ignore:
Timestamp:
Jul 10, 2012, 12:35:09 AM (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:
c0d7cd6
Parents:
6f67361
Message:

examples/sndfileio.h: add read_mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/sndfileio.h

    r6f67361 rfff7b92  
    4747int aubio_sndfile_open_wo (aubio_sndfile_t * file, const char * outputname);
    4848/**
    49  * Read frames data from file
     49 * Read frames data from file into an array of buffers
    5050 */
    5151int aubio_sndfile_read(aubio_sndfile_t * file, int frames, fvec_t ** read);
     52/**
     53 * Read frames data from file into a single buffer
     54 */
     55int aubio_sndfile_read_mono (aubio_sndfile_t * f, int frames, fvec_t * read);
    5256/**
    5357 * Write data of length frames to file
Note: See TracChangeset for help on using the changeset viewer.