Working with sound fonts (sf2) on an arduino

Hey all, right now im trying to make my own synthbox that is powered by my arduino uno. What i would like to do is to store the sound fonts on an sd card that I can select on demand to use. But i looked it up on google and im mostly getting links on how to use sound fonts on pc. Could anyone point me in the right direction on how I could go about this?

Thanks :slight_smile:

It seem that a sound font is a file format similar to a wav file.

You can play WAV files using a wave shield like the Adafruit one. So look up the format and write some code to play that format. You have a great start with the AdaFruit example programs.

Thanks for your response. That I didn't know so im going to look into that before I go to work.