开发者

Fast UI for Core Audio?

开发者 https://www.devze.com 2023-02-10 10:00 出处:网络
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 foun

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消