Ignore:
Timestamp:
Oct 1, 2009, 8:22: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:
bc4e175
Parents:
ae6e15c
Message:

tests/src: include stdio.h as needed, add HAVE_LIBSAMPLERATE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-resample.c

    rae6e15c r7ac818f  
    22
    33int main(){
     4#if HAVE_LIBSAMPLERATE
    45        /* allocate some memory */
    56        uint_t win_s      = 1024;                       /* window size */
     
    2021        del_fvec(out);
    2122
     23#endif /* HAVE_LIBSAMPLERATE */
    2224        return 0;
    2325}
Note: See TracChangeset for help on using the changeset viewer.