Commit 25dedb89 authored by Mark Harmstone's avatar Mark Harmstone Committed by Vitaly Lipatov

dsound: Implement EAX late reverb.

parent e2d86e44
...@@ -154,6 +154,19 @@ typedef struct { ...@@ -154,6 +154,19 @@ typedef struct {
DelayLine Decorrelator; DelayLine Decorrelator;
unsigned int DecoTap[3]; unsigned int DecoTap[3];
struct {
float Gain;
float DensityGain;
float MixCoeff;
float Coeff[4];
DelayLine Delay[4];
unsigned int Offset[4];
float LpCoeff[4];
float LpSample[4];
} Late;
unsigned int Offset; unsigned int Offset;
} eax_buffer_info; } eax_buffer_info;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment