Changeset c698d1b
- Timestamp:
- Sep 25, 2009, 11:37:02 PM (15 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:
- 76ac373
- Parents:
- f00088f
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/cvec.h
rf00088f rc698d1b 27 27 /** \file 28 28 29 Real and complex buffers29 Complex buffers 30 30 31 31 This file specifies the cvec_t buffer type, which is used throughout aubio to -
src/lvec.h
rf00088f rc698d1b 29 29 Real buffers 30 30 31 This file specifies the lvec_t buffer type, which is used in aubio to 32 store double precision real data. 31 This file specifies the lvec_t buffer type, which is used in aubio to store 32 double precision real data. Note that the lvec_t data type is mostly used for 33 IIR filters (see temporal/filter.h). 33 34 34 35 */
Note: See TracChangeset
for help on using the changeset viewer.