Home Forums Sparkfun MP3 Shield Library Support Forum More than 9 tracks? Reply To: More than 9 tracks?

#3082

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, 6 months ago by Michael P. Flaga. Reason: removed garbage hypertext