This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# convert sound font sf2 file to midi.js/soundfont-player file | |
# install https://github.com/eagsalazar/sf2_to_js | |
# install fluidsynth: choco install fluidsynth | |
# install oggenc: https://github.com/Chocobo1/vorbis-tools_win32-build/releases | |
# replace Ruby32-x64/lib/ruby/gems/3.2.0/gems/sf2_to_js-0.0.3/lib/sf2_to_js.rb with: | |
class Sf2ToJs |