/sf2_to_dex

Python tool to extract WAV files from .sf2 (SoundFont®) files in a format optimised for the disting EX SD Multisample algorithm

Primary LanguagePythonMIT LicenseMIT

sf2_to_dex

Python tool to extract WAV files from .sf2 (SoundFont®) files in a format optimised for the disting EX SD Multisample algorithm

Usage

Be sure to located sf2 files are in same directory with this script.
python sf2_to_dex.py fileToExtract.sf2

Dependencies

https://pypi.org/project/chunkmuncher/

Previously we used the standard Python 'chunk' module, which was inexplicably deprecated and removed from Python 3.13.0.