iPhone音频在模拟器上播放,但在设备上不播放

发布于 2024-08-29 05:25:22 字数 298 浏览 1 评论 0原文

以下代码在模拟器上播放良好,但音频在实际设备上无法播放。我尝试过 aif、wav 和 mp3 ...这三个都具有相同的行为。 请提出可能有什么问题。

SystemSoundID aSound;
AudioServicesCreateSystemSoundID(CFBundleCopyResourceURL(CFBundleGetMainBundle(),CFSTR("drop"), CFSTR("wav"), NULL), &aSound);
AudioServicesPlaySystemSound(aSound);

The following code plays well on the simulator but the audio doesnt play on the actual device. I have tries aif, wav and mp3 ... all three with the same behaviour.
Please sugest what could be wrong.

SystemSoundID aSound;
AudioServicesCreateSystemSoundID(CFBundleCopyResourceURL(CFBundleGetMainBundle(),CFSTR("drop"), CFSTR("wav"), NULL), &aSound);
AudioServicesPlaySystemSound(aSound);

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

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

发布评论

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

评论(1

許願樹丅啲祈禱 2024-09-05 05:25:22

该死!我意识到由于某种原因,我的设备中没有应用程序正在播放音频!重新启动有效。

Damn! I realized that for some reason, no app in my device was playing an audio! Reboot worked.

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