iPhone:如何让音乐为使用 OpenAL 的应用程序播放?

发布于 2024-07-30 11:53:13 字数 141 浏览 6 评论 0 原文

我正在编写一个使用 OpenAL 的 iPhone 应用程序。 当应用程序启动时,背景音乐停止播放。

当我初始化 OpenAL 库时,音乐实际上停止播放。

我的问题是,有什么办法可以在使用OpenAL的同时让背景音乐播放吗?

I'm writing an iPhone app that uses OpenAL. When the application starts, the music playing in background stops.

The music actually stops playing when I initialize the OpenAL library.

My question is, is there any way to use OpenAL while letting the background music play?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

魄砕の薆 2024-08-06 11:53:13

您需要将音频会话类别更改为 kAudioSessionCategory_AmbientSound,而不是默认的 kAudioSessionCategory_SoloAmbientSound。

您可以在 音频会话编程指南。 这是链接到文档的相关部分。

You need to change the Audio Session Category to kAudioSessionCategory_AmbientSound instead of kAudioSessionCategory_SoloAmbientSound which is the default.

You can find out more about it in the Audio Session Programming Guide. Here's a link to the relevant part of the documentation.

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