Home › Forums › Sparkfun MP3 Shield Library Support Forum › More than 9 tracks? › Reply To: More than 9 tracks?
January 14, 2014 at 8:08 am
#3082
Michael P. Flaga
Member
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, 10 months ago by Michael P. Flaga. Reason: removed garbage hypertext