Yes, See example FilePlayer.ino Which supports the following feature in addition to the original
… A list of index’s and corresponding files in the root can be listed out using the ‘l’ (little L) command. This sketch allows the various file formats to be played: mp3, aac, wma, wav, fla & mid.
Take note the actual command to play the file is
MP3player.playMP3(filename);
Where you can assign filename to any valid 8.3 path/filename. So from that point there is no limit as to the number of files this library can play.
-
This reply was modified 10 years, 8 months ago by Michael P. Flaga. Reason: removed garbage hypertext