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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3081
    Anonymous
    Inactive

    Hey there,

    I’ve been using this SFE MP3 Library for my current project. I was wondering if anyone knows of a way to increase the amount of tracks I can play from 9 to around 30-ish.

    Thanks in advance,
    Brobidus

    #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, 4 months ago by Michael P. Flaga. Reason: removed garbage hypertext
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.