Fast UI for Core Audio?
I am currently developing an audio app with Core Audio and iOS. I need the fastest UI to trigger sound events with the lowest latency. I've testing Cocos2d (that is built on top of OpenGL) but I found the latency is still开发者_运维技巧 too big.
Any advice?
Thanks.
André
I would recommend using OpenGL ES directly, instead of Cocos2D (I have used this with less than 25 ms latency; sorry that I cannot share the code, because what I develop at work cannot be shared).
Apple's AurioTouch is a good starting point for an OpenGL interface with Core Audio support.
精彩评论