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/spectral/test-fft.c

    r34ce715 r986131d  
    33int main (void)
    44{
     5  aubio_init();
     6 
    57  int return_code = 0;
    68  uint_t i, n_iters = 100; // number of iterations
     
    4446  del_cvec(fftgrain);
    4547  del_fvec(out);
     48
    4649  aubio_cleanup();
     50 
    4751  return return_code;
    4852}
Note: See TracChangeset for help on using the changeset viewer.