yquake2remaster/src/client/sound
Yamagi Burmeister 56d920162e Reduce default volume to 0.3 on non-linux-platforms
If the volume is set too high the OpenAL backend preamplification leads
to overdriven sound samples. It's not quite understandable to me why
that only happen on platforms other than Linux (maybe a bug in OpenAL?)
and there's not much we can do against it besides reducing the volume.
As the side note: Simmilar behavior can be seen at least in ioQ3 and
dhewm3...
2013-01-20 12:01:10 +01:00
..
header Pass raw "float" volume to OpenAL 2013-01-20 12:00:29 +01:00
snd_al.c Add a cvar "s_openal_maxgain" to clamp AL_GAIN 2013-01-20 12:01:10 +01:00
snd_dma.c Reduce default volume to 0.3 on non-linux-platforms 2013-01-20 12:01:10 +01:00
snd_mem.c Reformat the sound system code 2012-06-06 11:13:07 +02:00
snd_mix.c Remove some potential harmfull "long" 2012-06-22 09:44:26 +02:00
snd_vorbis.c Reduce default volume to 0.3 on non-linux-platforms 2013-01-20 12:01:10 +01:00
snd_wav.c Reformat the sound system code 2012-06-06 11:13:07 +02:00