Adding a audio file I.E MP3 into my game via Arduino IDE

hi is there a way to add a audio file I.E MP3 into my game via Arduino IDE

Hey @Mitsuperboy,

There are some examples of audio playback from the SD card:
http://legacy.gamebuino.com/wiki/index.php?title=SD_card_audio_streaming

I’ve tried them before and they worked really well.

Unfortunately, combining this with the display and updating game logic is hard and is not the part of the official library mainly since MAKERbuino’s 8-bit CPU can’t really handle it all well.

In addition to that - we’ve included native 2-channel .wav audio playback in our new MAKERphone library:

We’re working hard on finishing our delivery and we’ll post more about this soon!