expertsleepersltd / sf2_to_dex

Python tool to extract WAV files from .sf2 (SoundFont®) files in a format optimised for the disting EX SD Multisample algorithm
MIT License
27 stars 5 forks source link

Version to support Python 3 #3

Closed robinparmar closed 3 years ago

robinparmar commented 3 years ago

This branch contains a new Python script (sf2dex3py.py) to support Python 3. It is completely independent from the existing code that supports Python 2. Thus this contribution can be considered non-damaging.

I have tested this using Python 3.8, against the original code running on Python 2.7.1. For the soundfonts I have tried, the results are identical. I do not have a disting to test on the device itself.

I trust this contribution is useful. I made it for no good reason other than boredom. :-)