Changeset e99242a


Ignore:
Timestamp:
Apr 30, 2016, 4:58:33 PM (8 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:
ad5eae8
Parents:
7a62fcb
Message:

python/ext/aubio-types.h: remove warning, add comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubio-types.h

    r7a62fcb re99242a  
    3636
    3737#if HAVE_AUBIO_DOUBLE
    38 #warning "double mode needs love"
     38// 64 bit precision with HAVE_AUBIO_DOUBLE=1
    3939#define AUBIO_NPY_SMPL NPY_DOUBLE
    4040#define AUBIO_NPY_SMPL_STR "float64"
    4141#define AUBIO_NPY_SMPL_CHR "d"
    4242#else
     43// default is 32 bit precision
    4344#define AUBIO_NPY_SMPL NPY_FLOAT
    4445#define AUBIO_NPY_SMPL_STR "float32"
Note: See TracChangeset for help on using the changeset viewer.