audio: Disable OpenAL hrtf by default, fixes macOS init crash
This commit is contained in:
parent
136e1279ea
commit
3c852c8d72
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in New Issue