alexbw / novocaine

Painless high-performance audio on iOS and Mac OS X
http://alexbw.github.com/novocaine/
MIT License
2.23k stars 274 forks source link

use of @autoreleasepool in renderCallback and inputCallback #118

Open wtholliday opened 8 years ago

wtholliday commented 8 years ago

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.)

alexbw commented 8 years ago

I'd love a PR!