schellingb / TinySoundFont

SoundFont2 synthesizer library in a single C/C++ file
MIT License
608 stars 71 forks source link

Fixed-point version for FPU-less systems #89

Open Cacodemon345 opened 3 months ago

Cacodemon345 commented 3 months ago

A fixed-point version of the library would be nice for systems with no FPU (e.g. 32-bit ARM systems with enough memory to handle reasonable soundfonts) and also for purposes of using it in the likes of SBEMU/VSBHDA (where reliance on the FPU can cause problems).