src/musicutils.h: remove aubio_init()
authorPaul Brossier <piem@piem.org>
Sun, 1 Oct 2017 14:01:12 +0000 (16:01 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 1 Oct 2017 14:01:12 +0000 (16:01 +0200)
commit7b183ce8e6441528a5e928972aadd0370da39962
treeeaa2765b410c101525c889f0b77381181922c750
parent972094546fff148a563475e76050a1d4e98f9cbc
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.
src/mathutils.c
src/musicutils.h