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 t
> 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 her own play
> lis
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 i