Changeset 941c9f9


Ignore:
Timestamp:
Dec 17, 2013, 5:19:26 PM (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:
1ece4f8
Parents:
c34336e
Message:

src/fvec.h: clean up old doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fvec.h

    rc34336e r941c9f9  
    8686/** read sample value in a buffer
    8787
    88   Note that this function is not used in the aubio library, since the same
    89   result can be obtained using vec->data[position]. Its purpose is to
    90   access these values from wrappers, as created by swig.
    91 
    9288  \param s vector to read from
    9389  \param position sample position to read from
     
    9793
    9894/** write sample value in a buffer
    99 
    100   Note that this function is not used in the aubio library, since the same
    101   result can be obtained by assigning vec->data[position]. Its purpose
    102   is to access these values from wrappers, as created by swig.
    10395
    10496  \param s vector to write to
     
    110102
    111103/** read data from a buffer
    112 
    113   Note that this function is not used in the aubio library, since the same
    114   result can be obtained with vec->data. Its purpose is to access these values
    115   from wrappers, as created by swig.
    116104
    117105  \param s vector to read from
Note: See TracChangeset for help on using the changeset viewer.