Ignore:
Timestamp:
Jul 29, 2017, 5:55:35 PM (8 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/test-mathutils.c

    r34ce715 r986131d  
    114114int main (void)
    115115{
     116  aubio_init();
     117
    116118  test_next_power_of_two();
    117119  test_miditofreq();
    118120  test_freqtomidi();
     121
     122  aubio_cleanup();
     123 
    119124  return 0;
    120125}
Note: See TracChangeset for help on using the changeset viewer.