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/utils/test-hist.c

    r34ce715 r986131d  
    55int main (void)
    66{
     7  aubio_init();
     8
    79  uint_t length;
    810  for (length = 1; length < 10; length ++ ) {
     
    2628    del_fvec(t);
    2729  }
     30
     31  aubio_cleanup();
     32 
    2833  return 0;
    2934}
Note: See TracChangeset for help on using the changeset viewer.