Commit efa5253
committed
Install PulseAudio with null sink for CI audio
Install pulseaudio and create a null sink (dummy audio device).
This provides a working audio subsystem for OpenAL/ALSA to connect to
without requiring real hardware.
Commands:
- pulseaudio --start: Start PA daemon
- pactl load-module module-null-sink: Create dummy device
- pactl set-default-sink: Make it default
This should finally fix the ALSA crash!1 parent d093252 commit efa5253
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
0 commit comments