Report OpenAL lifecycle errors

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-09 19:24:48 -04:00
committed by Brandon McGinty
parent c8ddb7a567
commit 2c636016b0
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ Priority 3: configuration, UI, and binding hardening
vetted representation/pattern and re-run vet. Listener orientation uses a
global tempSlice without synchronization; use a local fixed array.
33. OpenAL errors are mostly ignored
[x] 33. OpenAL errors are mostly ignored
Files: gumble/gumbleopenal/stream.go, gumble/go-openal/openal/*.go
Source/buffer/context/capture calls generally do not check AL/ALC errors,
so invalid device/context/buffer operations become silent audio failure.