使用 AudioToolbox 框架
我是 XCode 中声音的新手,我正在使用声音效果。我想要一个声音效果,我知道对于声音效果你应该使用音频工具箱框架,代码是什么?我该如何编码,变量和属性是什么?
I am new to sound in XCode, I am using sound effects. I want a sound effect and I know that for sound effects you should use audio toolbox framework, what is the code? How do I code it, what are the variables and properties?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,将声音转换为 lei16 caf。 这是一篇很好的文章这解释了为什么你应该使用这种格式。
这是播放它的代码。
First, convert the sound to lei16 caf. Here's a good write up that explains why you should use that format.
Here's the code to play it.