Ignore:
Timestamp:
Jul 29, 2017, 5:55:35 PM (7 years ago)
Author:
Eduard Müller <mueller.eduard@googlemail.com>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
7100895
Parents:
34ce715
Message:

Intel IPP support for aubio

See emuell/aubio/ intel_ipp2 for details please

File:
1 edited

Legend:

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

    r34ce715 r986131d  
    88int main (int argc, char **argv)
    99{
     10  aubio_init();
     11
    1012  sint_t err = 0;
    1113
     
    7577  PRINT_ERR("aubio was not compiled with aubio_sink_wavwrite\n");
    7678#endif /* HAVE_WAVWRITE */
     79
     80  aubio_cleanup();
     81 
    7782  return err;
    7883}
Note: See TracChangeset for help on using the changeset viewer.