问题描述
设计iOS版生成音乐系统,采用了openFrameworks,我需要提供其中用户可以收听由应用程序产生的音乐模式时:
Designing a generative music system for iOS, using OpenFrameworks, I'd need to provide a mode in which the user could listen the music produced by the application when:
- 设备被锁定
- 用户使用其他应用程序
般绽放,或闹钟一些应用程序,就像这一点,建议用户切换启用/禁用此功能。
Some applications like BLOOM, or alarm clock, works like that and propose to users a switch to enable/disable this feature.
对于任何提示?
推荐答案
播放背景声音
这起或连续(即使在应用程序是记录音频的应用
在后台运行),可以注册,可以执行这些任务
背景。您启用从背景模式的部分音频支持
在你的X code项目功能选项卡。 (您也可以启用
这种支持通过包括与音频UIBackgroundModes关键
在应用程序的Info.plist文件值)。该发挥的音频内容应用
背景必须发挥的音频内容,而不是沉默。
Apple参考播放和录制背景声音
有关启用/禁用此功能,我发现Activating并停用你的音频对话,我还没有尝试过自己,但它看起来像你所需要的。
For enabling/disabling this feature I found Activating and Deactivating Your Audio Session, I haven't tried it myself, but it looks like what you need.
这篇关于如何处理后台音频播放,而iOS设备被锁定,或者在另一个应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!