- Timestamp:
- Dec 17, 2013, 5:19:26 PM (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:
- 1ece4f8
- Parents:
- c34336e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/fvec.h
rc34336e r941c9f9 86 86 /** read sample value in a buffer 87 87 88 Note that this function is not used in the aubio library, since the same89 result can be obtained using vec->data[position]. Its purpose is to90 access these values from wrappers, as created by swig.91 92 88 \param s vector to read from 93 89 \param position sample position to read from … … 97 93 98 94 /** write sample value in a buffer 99 100 Note that this function is not used in the aubio library, since the same101 result can be obtained by assigning vec->data[position]. Its purpose102 is to access these values from wrappers, as created by swig.103 95 104 96 \param s vector to write to … … 110 102 111 103 /** read data from a buffer 112 113 Note that this function is not used in the aubio library, since the same114 result can be obtained with vec->data. Its purpose is to access these values115 from wrappers, as created by swig.116 104 117 105 \param s vector to read from
Note: See TracChangeset
for help on using the changeset viewer.