I have been trying to loop music in an Android game written with PyGame Subset. This is what I have so far, it only plays the audio file once. I really want to use the built-in loop function , So t
Tag: Music
iPhone – How do IPOD music playback when running in my application?
I am using SimpleAudioEngine to play my sound, I want to know if there is any way to check if iPod music is playing when the application starts. If so, I want it to continue playing . I began to think that it might be called a simple engine, because it does not allow such functions, AVAudioEngine does it here…