aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-07-14 01:59:21 -0700
committerMcCabe Maxsted2010-07-15 02:10:28 -0700
commit63209fe123241072961ef0344c11e5241be8f0ca (patch)
treedbc5dbcb62a7da4dfe097f0b820c955f1fe04b04 /linden/indra/llaudio/audioengine.h
parentApplied SNOW-629 Fix: Leading zero missing from hour portion of timestamp fie... (diff)
downloadmeta-impy-63209fe123241072961ef0344c11e5241be8f0ca.zip
meta-impy-63209fe123241072961ef0344c11e5241be8f0ca.tar.gz
meta-impy-63209fe123241072961ef0344c11e5241be8f0ca.tar.bz2
meta-impy-63209fe123241072961ef0344c11e5241be8f0ca.tar.xz
Applied slviewer-0-v12350-StutteringAndLagInAudioEngine_v2.patch from Cool Viewer by Henri Beauchamp
Diffstat (limited to '')
-rw-r--r--linden/indra/llaudio/audioengine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llaudio/audioengine.h b/linden/indra/llaudio/audioengine.h
index 574ed95..e990eb7 100644
--- a/linden/indra/llaudio/audioengine.h
+++ b/linden/indra/llaudio/audioengine.h
@@ -58,7 +58,8 @@ const F32 ATTACHED_OBJECT_TIMEOUT = 5.0f;
58const F32 DEFAULT_MIN_DISTANCE = 2.0f; 58const F32 DEFAULT_MIN_DISTANCE = 2.0f;
59 59
60#define MAX_CHANNELS 30 60#define MAX_CHANNELS 30
61#define MAX_BUFFERS 40 // Some extra for preloading, maybe? 61// Number of maximum rezzed objects with sounds + sounds without an object + UI sounds.
62#define MAX_BUFFERS 100
62 63
63// This define is intended to allow us to switch from os based wav 64// This define is intended to allow us to switch from os based wav
64// file loading to vfs based wav file loading. The problem is that I 65// file loading to vfs based wav file loading. The problem is that I