In my app I\'m using AVAudioPlayer objects to hold the mp3 files. I have several occasions where I wish to lower the sound level of the files while they are being played.
How can I make a app to iphone without using ipod library, and doing the next song and the previous song??
Hi In my project I need to call accelerometer while call is activated I use this code for calling accelerometer during call.
I have added music files in application\'s document folderand I am playing that music from AVAudioPlayer. How can I get Its title , album name and artist name.
I am trying to play an MP3 via AVAudioPlayer which I thought to be fairly simple. Unfortunately, it\'s not quite working. Here is all I did:
I am making an iPhone app which includes tutorials on guitar scales. The goal is that I have many sounds that my function plays, until the scale is done.
How to make my application to sing instead of the iPod when it\'s in the background. I thi开发者_如何学编程nk that I need to do my NSURL to MPMediaItem
So I\'m almost done with my app and I\'ve hit a wall and cannot get around this final problem. I basically have 2 view\'s.A main page and the game play screen.
In my iPhone AppI am Playingmusic using AVAudioPlayer. when my App runs in background that time also it is running for tht I wrote this code
I have several instances 开发者_开发百科of AVAudioPlayer in my app (in separate classes). I have added multi-tasking capabilities to one instance but all audio now plays in the background. I added the