I am trying to load and play few audio files in sequential order one by one, after user interaction (since only one audio file can be played at a time on iPad). I load all the audio files on user interaction and store them in different audio objects. While playing these files, any file played previously can play again. In this scenario, audio is not getting buffered again when I call play on that object. Is it a known fact the iPad clears all the buffered audio when it tries to play a new audio file?

link|improve this question
I'm not aware that it specifically does that. What's happening, or not happening? You're not very clear on that. – Ian Devlin Aug 31 '11 at 14:56
i have a set of two audio files which i need to play one by one. i have created an array of two audio objects and i load both of them on single user interaction. since the audio is loaded, i can call play on them. Now the problem is this : Lets say I start playing the first audio, it starts buffering and after sometime it is fully buffered. At this point, i play the other audio (which in turn starts buffering when i call play() on that object). Now, after this, if I try to play the first audio again, it's buffered value returns 0. That means it will again start buffering. hope it is clear now. – Chinmay Baid Sep 2 '11 at 5:07
feedback

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

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.