An easy-to-use soundfonts loader and audio renderer in python
This is an easy-to-use soundfonts loader and audio renderer in python.
This is probably the most handy soundfont loader and renderer via pure programming at the time I am writing now (2021/8/29). This is a python package, it can load any soundfont files, including sf2 and sf3, you can listen to every preset in every bank in the soundfont files that are loaded using very simple syntax, export audio files for each note in a pitch range for any instruments in the soundfont files, export the whole piece of music as audio files with custom audio effects, and the loader could accpet loading as much soundfont files as you can. For more functionalities that this soundfont loader provides, please continue reading.
This sf2 loader is heavily combined with musicpy, which