使用 OpenAL 在 iOS 上离线录音

发布于 2024-10-17 14:04:47 字数 105 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屋顶上的小猫咪 2024-10-24 14:04:47

如果您正在谈论将乐谱导出为完整的音频片段,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文