doom3-gpl
Doom 3 GPL source release
|
#include <snd_local.h>
Public Member Functions | |
virtual void | ProcessSample (float *in, float *out) |
void | SetParms (float p1=0, float p2=0, float p3=0) |
Public Member Functions inherited from SoundFX | |
SoundFX () | |
virtual | ~SoundFX () |
virtual void | Initialize () |
void | SetChannel (int chan) |
int | GetChannel () |
void | SetContinuitySamples (float in1, float in2, float out1, float out2) |
void | GetContinuitySamples (float &in1, float &in2, float &out1, float &out2) |
void | SetParameter (float val) |
Private Attributes | |
float | freq |
float | res |
float | a1 |
float | a2 |
float | a3 |
float | b1 |
float | b2 |
Additional Inherited Members | |
Protected Attributes inherited from SoundFX | |
bool | initialized |
int | channel |
int | maxlen |
float * | buffer |
float | continuitySamples [4] |
float | param |
Definition at line 335 of file snd_local.h.
Implements SoundFX.
Definition at line 1295 of file snd_system.cpp.
Definition at line 1300 of file snd_system.cpp.
|
private |
Definition at line 338 of file snd_local.h.
|
private |
Definition at line 338 of file snd_local.h.
|
private |
Definition at line 338 of file snd_local.h.
|
private |
Definition at line 339 of file snd_local.h.
|
private |
Definition at line 339 of file snd_local.h.
|
private |
Definition at line 336 of file snd_local.h.
|
private |
Definition at line 337 of file snd_local.h.