aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoavatar.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h
index 427293a..5b92445 100644
--- a/linden/indra/newview/llvoavatar.h
+++ b/linden/indra/newview/llvoavatar.h
@@ -52,6 +52,11 @@
52#include "llxmltree.h" 52#include "llxmltree.h"
53#include "llwearable.h" 53#include "llwearable.h"
54 54
55//Ventrella
56//#include "llvoiceclient.h"
57#include "llvoicevisualizer.h"
58//End Ventrella
59
55const S32 VOAVATAR_SCRATCH_TEX_WIDTH = 512; 60const S32 VOAVATAR_SCRATCH_TEX_WIDTH = 512;
56const S32 VOAVATAR_SCRATCH_TEX_HEIGHT = 512; 61const S32 VOAVATAR_SCRATCH_TEX_HEIGHT = 512;
57 62
@@ -947,6 +952,17 @@ protected:
947 LLTexLayerSet* getLayerSet(ETextureIndex index) const; 952 LLTexLayerSet* getLayerSet(ETextureIndex index) const;
948 LLHost getObjectHost() const; 953 LLHost getObjectHost() const;
949 S32 getLocalDiscardLevel( S32 index); 954 S32 getLocalDiscardLevel( S32 index);
955
956//Ventrella
957 //-----------------------------------------------------------------------------------------------
958 // the Voice Visualizer is responsible for detecting the user's voice signal, and when the
959 // user speaks, it puts a voice symbol over the avatar's head, and triggering gesticulations
960 //-----------------------------------------------------------------------------------------------
961 private:
962 LLVoiceVisualizer * mVoiceVisualizer;
963 int mCurrentGesticulationLevel;
964//End Ventrella
965
950}; 966};
951 967
952#endif // LL_VO_AVATAR_H 968#endif // LL_VO_AVATAR_H