Пример pygame-drum в mingus дает ошибку загрузки fluidsynth soundfont.sf2
Я скачал mingus
и хочу запустить pygame-drum
пример. Я установил различные зависимости, такие как: pygame
, fluidsynth
и т.п.
Я получаю следующее при запуске:
python pygame-drum.py
fluidsynth: error: Unable to open file "soundfont.sf2"
fluidsynth: error: Couldn't load soundfont file
fluidsynth: error: Failed to load SoundFont "soundfont.sf2"
Couldn't load soundfont soundfont.sf2
Чего не хватает в этом случае и что еще мне нужно установить, чтобы сделать pygame-drum
пример работы?
1 ответ
Вы пробовали apt-get установить fluidsynth?
$ sudo apt-get install fluidsynth
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
fluid-soundfont-gm libfluidsynth1 libqt5x11extras5 qsynth
Suggested packages:
fluid-soundfont-gs timidity jackd
The following NEW packages will be installed:
fluid-soundfont-gm fluidsynth libfluidsynth1 libqt5x11extras5 qsynth
0 upgraded, 5 newly installed, 0 to remove and 210 not upgraded.