Commit e24d68a
Fix audio in headless containers with ALSOFT_DRIVERS=null
OpenAL needs an audio backend to render sound into buffers. In containers
without audio hardware, it silently fails. Setting ALSOFT_DRIVERS=null
tells OpenAL-soft to use its null output driver, allowing ViZDoom to
capture audio into buffers for WebSocket streaming.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 715ede2 commit e24d68a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
0 commit comments