Thanks for the reply.
The file, will run if I comment out the loading of one of the sound files and it’s associated “playFile()” call in the “draw()” loop. If I comment out the first file load for instance, the last one will load and play, so i’m pretty sure it is not a problem with the file specifically. It just seems to not like to load all four. I was just wondering if it was a memory limit or something on the Pi. I really didn’t think the files were too big or anything, but I don’t really know the limits of this hardware.
The file runs fine on a PC, but I was hoping to use some of the interface options on the Pi (GPIO), and not require an entire PC to run a simple soundboard mockup for a museum interactive.
Of note, the files will all load correctly when I modified the file to load them as AudioSamples, but I liked the control options for AudioPlayers better.