Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中实现了本地通知,但我只是想知道有没有办法播放不属于 NSMainbundle 的声音。基本上在我的应用程序中,我希望用户录制在生成本地通知时播放的声音播放预先录制的声音。我已经阅读了Apple 文档,但我还在应用商店中看到了 2 -3 个应用程序,它们的功能就像应用程序的这个应用程序链接一样,我想知道它们是如何播放自定义声音的(声音不是 NSMainBundel 的一部分)有人知道我该怎么做吗?
先感谢您
您可以做的是利用AVAudioRecorder并将其录音保存到 iPhone 的文档目录中。
AVAudioRecorder
录制完成后,您可以AVAudioPlayer通过录制文件的路径播放相同的文件。
AVAudioPlayer
高温高压