I have I have just tagged the first alpha release of my program to convert the .cpp and .h generated by the decoder to a format to something that can be read form a file at runtime and recreated dynamically. The project is available at here. The...
This question is related to my loading soundfonts from the sd card project discussed in this thread and and available on GitHub here.
The following is a snippet from my test sketch.
Main audioObjects;
void setup()
{
while (!Serial)...
Belated update. I have abandoned the cpp parser approach. I am now a using shell script to preprocess the source file. sf2bin then needs to be recompiled with the newly generated instrument_samples.cpp and instrument_samples.h files. sft2bin...