Answers:
我知道这个线程很旧,但是我一直在寻找Raspberry Pi的答案,但是没有找到答案。经过更多的工作,我想到了以下内容,它也可以在Ubuntu中工作。输出通过廉价的USB到Midi接口实现。
在Raspbian Jessie Lite上,无需额外安装:
pi@pizerow:~$ aconnect -l
client 0: 'System' [type=kernel]
0 'Timer '
1 'Announce '
client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
client 20: 'CH345' [type=kernel]
0 'CH345 MIDI 1 '
pi@pizerow:~$ aplaymidi --port=20:0 myfile.mid
fluidsynth
来自http://www.fluidsynth.org/。
像这样使用它:
fluidsynth /some/dir/with/sundfonts/some_soundfont.sf2 some.mid
您可以在此处找到声音字体:https://musescore.org/de/handbuch/soundfont
相当不错的MIDI文件集合可在此处进行尝试:http : //garyrog.50megs.com/midi1.html
我特别喜欢来自http://midkar.com/soundfonts/的声音字体“ Timbres of Heaven” 。
fluidsynth
工作与sfz
?它似乎只对我有用sf2
。