From: Rudolf Polzer Date: Fri, 14 Oct 2011 19:10:49 +0000 (+0200) Subject: stream less sounds X-Git-Tag: xonotic-v0.6.0~40^2~40 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bcec57c52d53ca4f47ca96f5aff33014384f0a0a;p=xonotic%2Fxonotic-data.pk3dir.git stream less sounds --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 6b6f446f2..61923fa5b 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -2168,6 +2168,7 @@ set g_playerstats_debug 0 "when 1, player stats are dumped to the console too" set snd_soundradius 1200 set snd_softclip 1 set snd_maxchannelvolume 0 +set snd_streaming_length 2 seta menu_snd_attenuation_method 1 "Use exponential instead of linear falloff for sound attenuation" alias snd_attenuation_method_0 "set menu_snd_attenuation_method 0; set snd_soundradius 1200; set snd_attenuation_exponent 1; set snd_attenuation_decibel 0" // Quake default alias snd_attenuation_method_1 "set menu_snd_attenuation_method 1; set snd_soundradius 2400; set snd_attenuation_exponent 4; set snd_attenuation_decibel 0" // nice approximation for method 2