tChr wrote:Ed wrote:Try adding -sndstereo and/or -sndspeed 48000 to the commandline.
Did this make it into the 1.5.1 FAQ?
Its now in the FAQ for 1.5.1 ..
PHREAK wrote:While nexuiz supports 5.1, does it support stereo speakers as well or is it surround only? Might be a dumb question but that wouldnt be a first for me
Like I mentioned in the old forum, my hardware is fine since I have no issues in other 5.1 games. Currently I have GTA: San Andreas on my box and it sounds rather beautiful...so did nex 1.2.1.
As i understand it only the -sdl version should use 5.1 sound. The nexuiz.exe or if you use the -sndstero command line option 2.0 sound is used. At least it was that way for me when i did some quick tests..
One other problem is that there are problems getting infos from the sound card. Nexuiz tried to mix with 44000hz but some sound card/buildin ones can only to 48000hz. the -sndspeed 48000 sound option should help there.
That bad thing is just that both do not seem to work for you..
A very long shot is to try raising _snd_mixahead to more then 0.1. try steps from 0.1, 0.2.. to 0.5.
The only other variable i can imagine to influence this problem is bgmbuffer. its 4096 by default. try raising/lowering it..
Ed wrote:I have been wondering this with the new sound system. Under Windows I have noticed really rubbish directionality that is as if it isn't downmixing to 2 speakers. I have my sound drivers set to 2 speakers but no real help. Under Linux since specifying -sndstereo it seems to be downmixing properly now.
The -sndstero option should work the same under windows.. Are you totaly sure the option is used?
You might want to make sure by using a batch file.. just put it inside your Nexuiz folder, besides the nexuiz.exe file.. The name of the batch file should not matter as long as its called .bat. nexuiz.bat should be fine
- Code: Select all
%~d0
cd "%~p0"
nexuiz.exe %* -sndstereo -sndspeed 48000
nexuiz.exe %* -sndstereo
nexuiz-sdl.exe %* -sndstereo -sndspeed 48000
nexuiz-sdl.exe %* -sndstereo
You should have only one of those nexuiz... lines!!! I just added the four possibilities so you do not have to type so much
