Changeset fe0fa26


Ignore:
Timestamp:
Oct 3, 2016, 4:50:36 PM (7 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, sampler, yinfft+
Children:
82ae9d7
Parents:
5864b43
Message:

src/temporal/resampler.c: throw an error when using libsamplerate with doubles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/resampler.c

    r5864b43 rfe0fa26  
    2626
    2727#ifdef HAVE_SAMPLERATE
     28
     29#if HAVE_AUBIO_DOUBLE
     30#error "Should not use libsamplerate with aubio in double precision"
     31#endif
    2832
    2933#include <samplerate.h>         /* from libsamplerate */
Note: See TracChangeset for help on using the changeset viewer.