我已经下载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示例正常工作?