audio: Disable OpenAL hrtf by default, fixes macOS init crash

This commit is contained in:
rdb 2026-01-02 09:50:04 +01:00
parent 136e1279ea
commit 3c852c8d72
2 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ jobs:
tar -xf panda3d-1.10.16-tools-mac.tar.gz
mv panda3d-1.10.16/thirdparty thirdparty
rmdir panda3d-1.10.16
(cd thirdparty/darwin-libs-a && rm -rf rocket openal)
(cd thirdparty/darwin-libs-a && rm -rf rocket)
- name: Set up XCode (macOS)
if: runner.os == 'macOS'

View File

@ -76,7 +76,7 @@ ConfigVariableInt audio_preload_threshold
"time - the hard drive seek time makes it stutter."));
ConfigVariableBool audio_want_hrtf
("audio-want-hrtf", true,
("audio-want-hrtf", false,
PRC_DESC("This determines whether OpenAL-Soft should activate HRTF in "
"certain hardware configurations. Set it to true to cause "
"OpenAL to automatically apply HRTF processing to all output "