Ignore:
Timestamp:
Mar 3, 2013, 8:30:32 PM (12 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:
4e3723d
Parents:
bab24a0
Message:

tests/src/io/: add comment about unstable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source_sndfile.c

    rbab24a0 r856ceb5  
     1#define AUBIO_UNSTABLE 1
    12#include <aubio.h>
    23#include "utils_tests.h"
     4
     5// this file uses the unstable aubio api, please use aubio_source instead
     6// see src/io/source.h and tests/src/source/test-source.c
    37
    48int main (int argc, char **argv)
     
    3640  del_fvec (vec);
    3741#else
     42  err = 3;
    3843  PRINT_ERR("aubio was not compiled with aubio_source_sndfile\n");
    39   err = 2;
    4044#endif /* HAVE_SNDFILE */
    4145  return err;
Note: See TracChangeset for help on using the changeset viewer.