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-sink_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_sink instead
     6// see src/io/sink.h and tests/src/sink/test-sink.c
    37
    48int main (int argc, char **argv)
     
    4347  del_fvec(vec);
    4448#else
     49  err = 3;
    4550  PRINT_ERR("aubio was not compiled with aubio_source_sndfile\n");
    46   err = 3;
    4751#endif /* HAVE_SNDFILE */
    4852  return err;
Note: See TracChangeset for help on using the changeset viewer.