Changeset c698d1b for src


Ignore:
Timestamp:
Sep 25, 2009, 11:37:02 PM (15 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:
76ac373
Parents:
f00088f
Message:

src/{c,l}vec.h: update documentation

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/cvec.h

    rf00088f rc698d1b  
    2727/** \file
    2828
    29   Real and complex buffers
     29  Complex buffers
    3030
    3131  This file specifies the cvec_t buffer type, which is used throughout aubio to
  • src/lvec.h

    rf00088f rc698d1b  
    2929  Real buffers
    3030
    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).
    3334
    3435*/
Note: See TracChangeset for help on using the changeset viewer.