Python tool to extract WAV files from .sf2 (SoundFont®) files in a format optimised for the disting EX SD Multisample algorithm
Be sure to located sf2 files are in same directory with this script.python sf2_to_dex.py fileToExtract.sf2
https://pypi.org/project/chunkmuncher/
Previously we used the standard Python 'chunk' module, which was inexplicably deprecated and removed from Python 3.13.0.