Changeset 03eeff1


Ignore:
Timestamp:
Sep 17, 2009, 7:33:29 AM (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:
afc584d
Parents:
79a01c5
Message:

src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/types.h

    r79a01c5 r03eeff1  
    2525  Definition of data types used in aubio
    2626 
    27   \todo replace all known types with their alias (in midi*.[ch])
    28  
    29   \todo add unknown types aliases (char, FILE)
    30  
    31   \todo add OS switches
    32  
    33   \todo add long/float switches
    34 
    3527*/
    3628
     
    3830extern "C" {
    3931#endif
     32
     33#define AUBIO_SINGLE_PRECISION 1
    4034
    4135/** short sample format (32 or 64 bits) */
Note: See TracChangeset for help on using the changeset viewer.