在本地通知中播放声音

发布于 2024-10-07 23:24:05 字数 177 浏览 3 评论 0原文

我在我的应用程序中使用了本地通知,并在正确的时间成功生成了警报。

但是当我尝试使用以下代码来播放声音时,它无法播放......

localNot.soundName =@“Ghulam Ali-Chamkte Chaad Ko.mp3” ;

谁能告诉我原因吗...声音文件的播放长度会影响吗

I have used Local Notification in my app an successfully generated an alert at correct time..

But when i tried following code for playing sound it does not play....

localNot.soundName =@"Ghulam Ali-Chamkte Chaad Ko.mp3";

Can anyone tell me the reason....Does the playing length of sound file affects

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

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

发布评论

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

评论(1

苏璃陌 2024-10-14 23:24:05

根据 Apple 开发者文档,需要使用“aiff”、“caf”或“wav”文件。

提供的链接显示了在 Mac 上将音频转换为这些格式的一些方法。

According to the Apple Developer Documentation, you need to use "aiff", "caf" or "wav" files.

The link provided shows some ways of converting audio to these formats on your mac.

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