Hello!
When using the MP3 Shield library for Lilypad Mp3 (SFEMP3Shield.h), and testing with the “Trigger” example, I have attempted to change the volume per channel in the line:
MP3player.setVolume(5, 30)
But for some reason volume is kept the same in both headphones (in this case, at 5)? Why is this?
Should I use separated speakers (LEFT SPEAKER/RIGHT SPEAKER) directly from their terminals in this Lilypad board? Or is it that I am just not seeing something really obvious within the code?
Thanks!