与应用程序相关的设备的声音控制
在我的应用程序中,我有一些声音。为了使用这些声音,我使用了 AVFoundation、MediaPlayer、AudioToolbox 框架。应用程序在设备中运行良好。 但我面临的问题是,当我减少或增加设备音量时,应用程序声音不会受到影响。我想通过控制设备音量来控制应用程序声音的音量。 有人可以告诉我我该怎么做吗?请帮忙。提前致谢。
In my app I have some sounds.To use these sounds I used AVFoundation,MediaPlayer,AudioToolbox frameworks.The application is running fine in device.
But the problem I am facing is when I decrease or increase my device volume then app sound is not effected by that.I want to control my app sound's volume by controlling device volume.
Can anybody please tell me how can I do this? Please help. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否使用 AudioSessionSetActive 启动音频会话
并建议您首先获取 Apple 提供的示例代码(我使用“aurioTouch”)。也许它可以帮助您了解发生了什么。
and did you start the audio session with AudioSessionSetActive
And suggest you first take the sample code which Apple provided (I use 'aurioTouch'). Maybe it could help you to find out what happened.