Blender V2.61 - r43446
Defines | Enumerations

AUD_SoftwareDevice.cpp File Reference

#include "AUD_SoftwareDevice.h"
#include "AUD_IReader.h"
#include "AUD_Mixer.h"
#include "AUD_IFactory.h"
#include "AUD_JOSResampleReader.h"
#include "AUD_LinearResampleReader.h"
#include <cstring>
#include <cmath>
#include <limits>

Go to the source code of this file.

Defines

#define M_PI   3.14159265358979323846
#define AUD_PITCH_MAX   10

Enumerations

enum  AUD_RenderFlags { AUD_RENDER_DISTANCE = 0x01, AUD_RENDER_DOPPLER = 0x02, AUD_RENDER_CONE = 0x04, AUD_RENDER_VOLUME = 0x08 }

Detailed Description

Definition in file AUD_SoftwareDevice.cpp.


Define Documentation

#define AUD_PITCH_MAX   10
#define M_PI   3.14159265358979323846

Enumeration Type Documentation

Enumerator:
AUD_RENDER_DISTANCE 
AUD_RENDER_DOPPLER 
AUD_RENDER_CONE 
AUD_RENDER_VOLUME 

Definition at line 45 of file AUD_SoftwareDevice.cpp.