Does anyone have a function the will play audio.
Ive bumped this on the official arduino forum for a while, with no luck.
I have a digix and have gotten the simple music player to work, but now I want to play multiple audio files.
Is there a function that I can say:
playAudio(test.wav, 1024)
NAME VOLUME
ALSO:
Is there a way to play multiple sounds at the same time. I thought that you could only open one file at a time with sd.open()