Changeset fff7b92
- Timestamp:
- Jul 10, 2012, 12:35:09 AM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/sndfileio.h
r6f67361 rfff7b92 47 47 int aubio_sndfile_open_wo (aubio_sndfile_t * file, const char * outputname); 48 48 /** 49 * Read frames data from file 49 * Read frames data from file into an array of buffers 50 50 */ 51 51 int aubio_sndfile_read(aubio_sndfile_t * file, int frames, fvec_t ** read); 52 /** 53 * Read frames data from file into a single buffer 54 */ 55 int aubio_sndfile_read_mono (aubio_sndfile_t * f, int frames, fvec_t * read); 52 56 /** 53 57 * Write data of length frames to file
Note: See TracChangeset
for help on using the changeset viewer.