aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/llaudioengine_openal.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-06-14 12:04:49 +0200
committerArmin Weatherwax2010-09-23 15:38:25 +0200
commit35df5441d3e2789663532c948731aff3a1e04728 (patch)
treeac7674289784a5f96106ea507637055a8dada78a /linden/indra/llaudio/llaudioengine_openal.h
parentChanged version to Experimental 2010.09.18 (diff)
downloadmeta-impy-35df5441d3e2789663532c948731aff3a1e04728.zip
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.gz
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.bz2
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.xz
llmediaplugins first step
Diffstat (limited to '')
-rw-r--r--linden/indra/llaudio/llaudioengine_openal.h (renamed from linden/indra/llaudio/audioengine_openal.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/llaudio/audioengine_openal.h b/linden/indra/llaudio/llaudioengine_openal.h
index 8c8bfd9..5aca03e 100644
--- a/linden/indra/llaudio/audioengine_openal.h
+++ b/linden/indra/llaudio/llaudioengine_openal.h
@@ -36,10 +36,9 @@
36#ifndef LL_AUDIOENGINE_OPENAL_H 36#ifndef LL_AUDIOENGINE_OPENAL_H
37#define LL_AUDIOENGINE_OPENAL_H 37#define LL_AUDIOENGINE_OPENAL_H
38 38
39#include "audioengine.h" 39#include "llaudioengine.h"
40#include "listener_openal.h" 40#include "lllistener_openal.h"
41#include "windgen.h" 41#include "llwindgen.h"
42
43 42
44class LLAudioEngine_OpenAL : public LLAudioEngine 43class LLAudioEngine_OpenAL : public LLAudioEngine
45{ 44{
@@ -74,6 +73,7 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
74 int mNumEmptyWindALBuffers; 73 int mNumEmptyWindALBuffers;
75 74
76 static const int MAX_NUM_WIND_BUFFERS = 80; 75 static const int MAX_NUM_WIND_BUFFERS = 80;
76 static const float WIND_BUFFER_SIZE_SEC = 0.05f; // 1/20th sec
77}; 77};
78 78
79class LLAudioChannelOpenAL : public LLAudioChannel 79class LLAudioChannelOpenAL : public LLAudioChannel