Changeset 7b183ce for src/musicutils.h


Ignore:
Timestamp:
Oct 1, 2017, 4:01:12 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/musicutils.h: remove aubio_init()

calling ippsInit() is not required anymore as of ipp 9.0. when using an
older version, it is up to the caller to call ippsInit as needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/musicutils.h

    r9720945 r7b183ce  
    9393smpl_t aubio_miditofreq (smpl_t midi);
    9494
    95 /** initialize global status at beginning of program
    96 
    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 
    10295/** clean up cached memory at the end of program
    10396
Note: See TracChangeset for help on using the changeset viewer.