Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to play audio files from the iPod library without any delay from calling 'play' to when the actual music starts. I tried using the MPMusicPlayerController, but sometimes there is a delay, even a couple of seconds. I also tried calling 'play' and 'pause' before the actual play, but it didn't help.

I tried the same using AVPlayer, but the same problem. When I tried using AVAudioPlayer and calling its 'prepareToPlay' it worked great! absolutely no delay, but the AVAudioPlayer cannot play music from the iPod library.

Unfortunately, nor the AVPlayer or the MPMusicPlayerController have this method.

Any help would be appreciated.

Gili.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.