Hi all
I have an App that can replay MP3 files while displaying a PDF song text.
At the moment I use AVAudioPlayer and I'm not sure if CocosDenshion would solve my problem because it also uses AVAudioPlayer for background music.
The problem is that a customer reports that if he starts replay not immediately after opening a song but after more than 5 seconds, the music starts with a long delay (a second or more).
I already used prepareToPlay in AVAudioPlayer and also tryed to start and pause the song after it was loaded, but that still doesn't help.
Would that be better when I use CocosDenshion?
BTW, I have a second question: can I start replaying a backgruond music file with CocosDenshion at a specific position instead of starting at the begin? I didn'n find that in the documentation.
Thank you in advance for your advise!