Changeset b093845


Ignore:
Timestamp:
Sep 26, 2009, 6:50:24 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:
d7d0cdf
Parents:
9a91031
Message:

src/temporal/resample.c: add flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/resample.c

    r9a91031 rb093845  
    1818*/
    1919
     20#if HAVE_SAMPLERATE
    2021
    2122#include <samplerate.h> /* from libsamplerate */
     
    6465        return AUBIO_OK;
    6566}       
     67
     68#endif /* HAVE_SAMPLERATE */
Note: See TracChangeset for help on using the changeset viewer.