You can try without using OpenAl by using the console to:
1. disable openal by setting s_useOpenal to 0
2. and restart the sound system, using snd_restart command
I would like anyway you report your OpenAl settings as we may need to tune them for SG. Actually, you can open a console, type s_al and press TAB key. You should find 13 cvars I want you to report in that thread.
Here are my own parameters:
- Code: Select all
]\s_al
s_alGraceDistance = "512"
s_alRolloff = "2"
s_alMaxDistance = "1024"
s_alMinDistance = "120"
s_alDevice = ""
s_alDriver = "libopenal.so.0"
s_alMaxSpeakerDistance = "1024"
s_alDopplerSpeed = "2200"
s_alDopplerFactor = "1.0"
s_alSources = "96"
s_alGain = "0.4"
s_alPrecache = "1"
s_alCapture = "1"
I don't remember if I changed them and I'm sure they are not optimal.
Btw, if you decide to desactivate OpenAl, you should know you won't be able to use VoIP stuff.
