Seamless MP3 Playback
How can I seamlessly play several MP3's in succession?
First I load all the mp3's I need to play using Sound.load(). As soon as the audio finishes playing, I play the next one. They are all voice clips that should play smoothly as if it was one audio, but there is a break between each one.
Does Sound.load() cache the files to the local hard drive? Is there a way to load the sound files to computer memory for so I can play them back without delay?
