Skip to content

Snootlab/Tune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tune - MP3 decoder shield for Arduino

Copyleft Snootlab 2014

This library allows playing MP3 files from the SD card of the Tune shield simply by telling their name. It also simplifies volume, bass and treble setting, and MP3 tag searching.

Basic use

  • Declare shield object like this : Tune player;

  • Initialize player & set volume : player.begin(); player.setVolume(200);

  • Play file : player.play("myTrack.mp3");

See forum.snootlab.com > Tune for detailed explanations on the methods used and other examples.

About

Tune MP3 decoder shield for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages