Bug 32137

Summary: Молчит
Product: Sisyphus Reporter: Sergey V Turchin <zerg>
Component: fluidsynthAssignee: Yuri N. Sedunov <aris>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: aris, george
Version: unstable   
Hardware: all   
OS: Linux   

Description Sergey V Turchin 2016-05-26 13:23:30 MSK
fluidsynth -a pulseaudio MIDI_sample.mid
В pavucontrol видно, что источник воспроизведения есть, но звука нет.

P.S.
https://en.wikipedia.org/wiki/File:MIDI_sample.mid
Comment 1 Fr. Br. George 2017-11-23 19:59:14 MSK
$ strace -efile fluidsynth -a pulseaudio -l MIDI_sample.mid 2>&1 | grep sf2
open("share/soundfonts/default.sf2", O_RDONLY) = -1 ENOENT (No such file or directory)
fluidsynth: error: Unable to open file "share/soundfonts/default.sf2"
fluidsynth: error: Failed to load SoundFont "share/soundfonts/default.sf2"

Я это поправил в task 195266
Comment 2 Repository Robot 2017-11-23 20:20:31 MSK
fluidsynth-1.1.8-alt1.1 -> sisyphus:

Thu Nov 23 2017 Fr. Br. George <george@altlinux.ru> 1.1.8-alt1.1
- fix sf2 path (Closes: #32137)