Bindings to libfluidsynth to play and render midi files. See https://docs.ropensci.org/fluidsynth
You can install the development version of fluidsynth with:
install.packages("fluidsynth", repos = 'https://ropensci.r-universe.dev')
On Debian/Ubuntu you need to install libfluidsynth-dev
first:
sudo apt-get install libfluidsynth-dev
And on Fedora you need:
sudo dnf install fluidsynth-dev
On RHEL/CentOS/RockyLinux you first need to enable EPEL:
yum install -y epel-release
sudo yum install fluidsynth-dev