Changeset 321d507 for src/io/source.h


Ignore:
Timestamp:
Mar 12, 2014, 1:50:12 AM (10 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:
db21ca4
Parents:
fba69a4
Message:

src/io/source.h: improve documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source.h

    rfba69a4 r321d507  
    2424/** \file
    2525
    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.
    3027
    3128  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.
    3236
    3337  \b \p source_avcodec : libav
     
    3842
    3943  \b \p source_apple_audio : ExtAudioFileRef
    40  
     44
    4145  On Mac and iOS platforms, aubio should be compiled with CoreAudio [Extended
    4246  Audio File Services]
Note: See TracChangeset for help on using the changeset viewer.