iPhone SDK:使用 coreAudio 播放声音
到目前为止,我一直在使用 AudioServices 在我的鼓应用程序中播放声音,这导致了可怕的延迟等。 有人告诉我,如果我使用 coreAudio 就不会出现延迟,性能会更好。该人还告诉我,AudioServices 仅用于播放短警报声音。
知道我可以从哪里开始使用 CoreAudio 吗?
如果您有任何代码,它也很有帮助:),但教程会更好:D。
提前致谢!
-DD
So far i've been using AudioServices to play sounds in my drum app which caused horrible lag etc.
I've been told that if i use coreAudio there will be no lag abd the performance will be better.The person also told me that AudioServices is only used to play short alert sound.
Any idea where i could start with CoreAudio?
If you have any code, it's helpful too :) but tutorials would be better :D.
Thanks in advance!
-DD
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我真的推荐苹果的文档和他们提供的示例应用程序:
示例应用
I really recommend Apple's documentation and the sample apps they provide:
Example Apps