Hi all,
I have a question regarding sounds in my app. I need the user to be able to mute all sounds coming from my game, for example if they just want to listen to the ipod while playing. There is a similar question here http://stackoverflow.com/questions/1147555/disable-all-program-sounds but there doesnt seem to be an answer. At the moment I have an AVAudioSession set to AVAudioSessionCategoryAmbient which allows the ipod to play but also will allow my app to play game sounds. Is the best way to achieve my aim to just set a boolean bhen a mute button is clicked and check this each time a sound should be played? This seems kinda awkward although it would work... any ideas please?
Many thanks
Jules