The binary data I produce is an aligned and padded version for a PC. The next step is to read in the file in a teensy sketch and see if there is a match between the alignments and padding on my PC and on an arm m7.
The changes are a little more complex than first thought.
I need to get hold of the actual sizes of the raw sample data arrays. The easiest way to do this would be a small mod to decoder.py in the...
Progress report. I have created a repo on github https://github.com/rogerjames99/sf2bin.git. This contains the source of a c++ program that instantiates the wavetable data. The next step is to write this out to a file....
I am working on some software for an electronic concertina being constructed by a friend of mine. The instrument will look like and play like a real concertina.
He has already captured a number of samples of real...