使用 OpenAL 在 iOS 上离线录音
我正在使用 openAL 以特定的时间间隔播放声音样本,我想将其导出到文件(无论是 caf 或 aac 或其他文件)。如何使用 OpenAL 做到这一点,而不需要通过扬声器/耳机实时播放我的样本?
I'm using openAL to play sound samples at specific intervals and I want to export this to file (be it caf or aac or whatever). How can I do this with OpenAL without having my samples played in real time through the speakers/headphones?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在谈论将乐谱导出为完整的音频片段,OpenAL 中没有任何东西可以做到这一点。
我能想到的唯一方法是使用音频单元进行播放,并使用它的离线模式转储到文件。
If you're talking about exporting your musical score as a complete audio piece, there's nothing in OpenAL that will do such a thing.
The only way I can think of would be to use Audio Units for playback, and use it offline mode to dump to a file.