Changeset 7b183ce
- Timestamp:
- Oct 1, 2017, 4:01:12 PM (7 years ago)
- 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:
- ce54752
- Parents:
- 9720945
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.c
r9720945 r7b183ce 661 661 662 662 void 663 aubio_init (void)664 {665 /* initialize intel IPP */666 #ifdef HAVE_INTEL_IPP667 IppStatus status = ippInit();668 if (status != ippStsNoErr) {669 fprintf (stderr, "Error: failed to initialize Intel IPP - status %d\n", status);670 }671 #endif672 }673 674 void675 663 aubio_cleanup (void) 676 664 { -
src/musicutils.h
r9720945 r7b183ce 93 93 smpl_t aubio_miditofreq (smpl_t midi); 94 94 95 /** initialize global status at beginning of program96 97 This function should be used before doing anything else in aubio.98 So far it is only used to initialize the Intel IPP library, when it's used.99 */100 void aubio_init (void);101 102 95 /** clean up cached memory at the end of program 103 96
Note: See TracChangeset
for help on using the changeset viewer.