如何从波形数据生成声音
我必须在 ipad 中制作一个项目,我的问题是我必须播放从波形/波形数据生成的声音。
有人可以建议我如何做到这一点或任何教程或参考吗?
提前致谢。
问候 阿杰·夏尔马
I have to make a project in ipad and my problem is that I have to play a sound generated from a wave form/wave form data.
Can some one suggest me how to do that or any tutorial or reference for that.
Thanks in advance.
Regards
Ajay Sharma
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Dave Dribin 刚刚就使用进行了演示音频队列服务和音频单元,我建议您查看一下。此外,他还创建了两个示例应用程序:一个生成 440 Hz 音调 和另一个在 iPad 上播放 Nintendo .nsf 文件。这两个都是学习这些主题的很好的起点。
Dave Dribin just gave a presentation on the use of Audio Queue Services and Audio Units, which I recommend you check out. Additionally, he created two sample applications: one that generates a 440 Hz tone and another that plays Nintendo .nsf files on the iPad. Both of these are great starting points for learning these topics.