This is a midi player/converter that uses the spessasynth_core package for maximum compatibility while also providing functionality
$ npm install --global spessoplayerYou'll be prompted if you want to install ffmpeg (convertion of files) and SoX (effects) using your current package manager,
it is recommended to install both (they weigh ~10.2 MB combined)
For printing to stdout:
$ spessoplayer midi.mid soundfont.sf2 -For writing to file:
$ spessoplayer midi.mid soundfont.sf2 out.wavfor a more comprehensive look at all the options go to COMMAND-LINE-OPTIONS