From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a04995.html | 176 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 docs/doxygen/nel/a04995.html (limited to 'docs/doxygen/nel/a04995.html') diff --git a/docs/doxygen/nel/a04995.html b/docs/doxygen/nel/a04995.html new file mode 100644 index 00000000..7ce76003 --- /dev/null +++ b/docs/doxygen/nel/a04995.html @@ -0,0 +1,176 @@ + + +NeL: sound_driver_al.cpp File Reference + + + +
+

sound_driver_al.cpp File Reference


Detailed Description

+OpenAL sound driver

+

Id
sound_driver_al.cpp,v 1.16 2004/02/23 14:38:45 lecroart Exp
+ +

+Definition in file sound_driver_al.cpp. +

+#include "stdopenal.h"
+#include "buffer_al.h"
+#include "listener_al.h"
+#include "nel/misc/path.h"
+#include "../sound_driver.h"
+ +

+Go to the source code of this file. + + + + + + + + + + + + + + + +

Namespaces

namespace  NLSOUND

Defines

#define BUFFER_ALLOC_RATE   8
#define INITIAL_BUFFERS   8
#define INITIAL_SOURCES   8
#define ROLLOFF_FACTOR_DEFAULT   1.0f
#define SOURCE_ALLOC_RATE   8
+


Define Documentation

+

+ + + + +
+ + +
#define BUFFER_ALLOC_RATE   8 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file sound_driver_al.cpp. +

+Referenced by NLSOUND::CSoundDriverAL::createBuffer().

+

+ + + + +
+ + +
#define INITIAL_BUFFERS   8 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 76 of file sound_driver_al.cpp. +

+Referenced by NLSOUND::CSoundDriverAL::init().

+

+ + + + +
+ + +
#define INITIAL_SOURCES   8 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 77 of file sound_driver_al.cpp. +

+Referenced by NLSOUND::CSoundDriverAL::init().

+

+ + + + +
+ + +
#define ROLLOFF_FACTOR_DEFAULT   1.0f +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file sound_driver_al.cpp. +

+Referenced by NLSOUND::CSoundDriverAL::createSource().

+

+ + + + +
+ + +
#define SOURCE_ALLOC_RATE   8 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file sound_driver_al.cpp. +

+Referenced by NLSOUND::CSoundDriverAL::createSource().

+


Generated on Tue Mar 16 06:43:18 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1