Commit 9238dae
committed
Use apulse to emulate PulseAudio API
apulse is a minimal PulseAudio emulation library that provides the
PulseAudio API without needing actual audio hardware or a running daemon.
This is simpler and more reliable than:
- Starting a PulseAudio daemon with null sink
- Configuring ALSA
- Environment variables
Usage: apulse ./spring
This should FINALLY fix the audio crash!1 parent efa5253 commit 9238dae
1 file changed
+4
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
179 | 176 | | |
180 | 177 | | |
181 | 178 | | |
182 | | - | |
183 | | - | |
184 | | - | |
| 179 | + | |
185 | 180 | | |
186 | | - | |
| 181 | + | |
187 | 182 | | |
188 | 183 | | |
189 | 184 | | |
| |||
0 commit comments