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?
feedback
|