Hey Arduino community,
I was curious if any of you have any experiences to get an wave/mp3 shield to work with the arduino yún. I have been trying to get the adafruit wave shield and the rouge robotics rMP3 shield to work, but to no avail. I'm unsure if these boards are really incompatible or whether my arduino skills are to blame. I got the code to run with either shields using an arduino UNO.
aplay -t wav -f dat some.wav
-f cd (16 bit little endian, 44100, stereo)
-f cdr (16 bit big endian, 44100, stereo)
-f dat (16 bit little endian, 48000, stereo)