Re: Volume of background music

2016-03-27 Thread dangerwillrobinsondanger
You probably want to look at 3 things. SpriteKit AVAudioEngine Core Audio. SpriteKit It has some basic audio capability but I don't recall how much control. AVAudioEngine It's a higher level wrapper around Core Audio. You kind of still need to understand a lot of concepts from Core Audio but

Re: Volume of background music

2016-03-27 Thread Graham Cox
> On 28 Mar 2016, at 12:26 AM, Charles Jenkins wrote: > > I would like to let users select their own background music from their music > libraries. From my researches, I can only find the MPMusicPlayer and its > associated media picker as the way to let the user make his or

Volume of background music

2016-03-27 Thread Charles Jenkins
I would like to let users select their own background music from their music libraries. From my researches, I can only find the MPMusicPlayer and its associated media picker as the way to let the user make his or her own play list; but if I use those interfaces, I cannot control the volume, so