- Timestamp:
- Mar 12, 2014, 1:50:12 AM (11 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:
- db21ca4
- Parents:
- fba69a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source.h
rfba69a4 r321d507 24 24 /** \file 25 25 26 Media source to read blocks of consecutive audio samples from file 27 28 Depending on how aubio was compiled, the following file formats will be 29 available. 26 Media source to read blocks of consecutive audio samples from file. 30 27 31 28 To write to file, use ::aubio_sink_t. 29 30 Depending on how aubio was compiled, the following sources will be available. 31 32 When creating a new source using ::new_aubio_source, the new function of each 33 of the compiled-in sources will be used, in the following order, until one of 34 them gets successfully created. If all sources returned NULL, 35 ::new_aubio_source will return NULL. 32 36 33 37 \b \p source_avcodec : libav … … 38 42 39 43 \b \p source_apple_audio : ExtAudioFileRef 40 44 41 45 On Mac and iOS platforms, aubio should be compiled with CoreAudio [Extended 42 46 Audio File Services]
Note: See TracChangeset
for help on using the changeset viewer.