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.
我正在使用一个应用程序,在该应用程序中我使用系统声音播放了声音文件,但播放声音文件的音量没有根据侧面音量控制按钮进行调整。即使我从侧面按钮将音量设置为 0,它仍然会响起。我也可以使用AVAudioPlayer,但在我的应用程序中,我在表面上徘徊,如果我使用AVAudioPlayer它会影响绘图,在绘制时它会播放音量。谁能告诉我如何在 iOS 中使用系统声音调节音量。
AVAudioPlayer
谢谢-
使用这个简单的代码来控制系统声音,它不能在模拟器中工作,只能在设备中工作
[[MPMusicPlayerController applicationMusicPlayer] setVolume:0];//set values 0-1