2017-03-02 101 views
1

我已经下载mingus并希望运行pygame-drum示例。我已经安装了各种依赖它需要如pygamefluidsynthpygame鼓在mingus中的示例给出fluidsynth soundfont.sf2加载错误

我碰到下面当我运行:

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示例工作?

回答

0

你有没有试过apt-get install 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.