If they all fit in RAM, then you can load it all in RAM (using AudioFileUtilities::load()). There is 512 MB on board, you cannot expect to use them all for your program, but at least 200 should be always available. If they don't fit, then you should consider streaming it from disk a chunk at a time using the AudioFileReader class.