unsigned int |
Environment |
/* 0 , 25 , 0 , sets all listener properties (win32/ps2 only) */
|
float |
EnvSize |
/* 1.0 , 100.0 , 7.5 , environment size in meters (win32 only) */
|
float |
EnvDiffusion |
/* 0.0 , 1.0 , 1.0 , environment diffusion (win32/xbox) */
|
int |
Room |
/* -10000, 0 , -1000 , room effect level (at mid frequencies) (win32/xbox/ps2) */
|
int |
RoomHF |
/* -10000, 0 , -100 , relative room effect level at high frequencies (win32/xbox) */
|
int |
RoomLF |
/* -10000, 0 , 0 , relative room effect level at low frequencies (win32 only) */
|
float |
DecayTime |
/* 0.1 , 20.0 , 1.49 , reverberation decay time at mid frequencies (win32/xbox) */
|
float |
DecayHFRatio |
/* 0.1 , 2.0 , 0.83 , high-frequency to mid-frequency decay time ratio (win32/xbox) */
|
float |
DecayLFRatio |
/* 0.1 , 2.0 , 1.0 , low-frequency to mid-frequency decay time ratio (win32 only) */
|
int |
Reflections |
/* -10000, 1000 , -2602 , early reflections level relative to room effect (win32/xbox) */
|
float |
ReflectionsDelay |
/* 0.0 , 0.3 , 0.007 , initial reflection delay time (win32/xbox) */
|
float |
ReflectionsPan[3] |
/* , , [0,0,0], early reflections panning vector (win32 only) */
|
int |
Reverb |
/* -10000, 2000 , 200 , late reverberation level relative to room effect (win32/xbox) */
|
float |
ReverbDelay |
/* 0.0 , 0.1 , 0.011 , late reverberation delay time relative to initial reflection (win32/xbox) */
|
float |
ReverbPan[3] |
/* , , [0,0,0], late reverberation panning vector (win32 only) */
|
float |
EchoTime |
/* .075 , 0.25 , 0.25 , echo time (win32 only) */
|
float |
EchoDepth |
/* 0.0 , 1.0 , 0.0 , echo depth (win32 only) */
|
float |
ModulationTime |
/* 0.04 , 4.0 , 0.25 , modulation time (win32 only) */
|
float |
ModulationDepth |
/* 0.0 , 1.0 , 0.0 , modulation depth (win32 only) */
|
float |
AirAbsorptionHF |
/* -100 , 0.0 , -5.0 , change in level per meter at high frequencies (win32 only) */
|
float |
HFReference |
/* 1000.0, 20000 , 5000.0 , reference high frequency (hz) (win32/xbox) */
|
float |
LFReference |
/* 20.0 , 1000.0, 250.0 , reference low frequency (hz) (win32 only) */
|
float |
RoomRolloffFactor |
/* 0.0 , 10.0 , 0.0 , like FSOUND_3D_SetRolloffFactor but for room effect (win32/xbox) */
|
float |
Diffusion |
/* 0.0 , 100.0 , 100.0 , Value that controls the echo density in the late reverberation decay. (xbox only) */
|
float |
Density |
/* 0.0 , 100.0 , 100.0 , Value that controls the modal density in the late reverberation decay (xbox only) */
|
unsigned int |
Flags |
/* FSOUND_REVERB_FLAGS - modifies the behavior of above properties (win32 only) */
|