alexbw / novocaine

Painless high-performance audio on iOS and Mac OS X

Home Page:http://alexbw.github.com/novocaine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use of @autoreleasepool in renderCallback and inputCallback

wtholliday opened this issue · comments

There should be no dynamic allocation in a render callback. (Dynamic allocation is widely considered a no-no in real-time threads, since it can block.)

I'd love a PR!