Changeset 46044ed for ext


Ignore:
Timestamp:
Sep 25, 2009, 11:03:34 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:
f00088f
Parents:
6f0b8a0
Message:

src/types.h: add some documentation, use HAVE_AUBIO_DOUBLE, not AUBIO_SINGLE_PRECISION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ext/jackio.c

    r6f0b8a0 r46044ed  
    2727typedef jack_default_audio_sample_t jack_sample_t;
    2828
    29 #if !AUBIO_SINGLE_PRECISION
     29#if HAVE_AUBIO_DOUBLE
    3030#define AUBIO_JACK_MAX_FRAMES 4096
    3131#define AUBIO_JACK_NEEDS_CONVERSION
Note: See TracChangeset for help on using the changeset viewer.