Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
25dedb89
Commit
25dedb89
authored
Mar 22, 2015
by
Mark Harmstone
Committed by
Vitaly Lipatov
Jul 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Implement EAX late reverb.
parent
e2d86e44
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
dsound_eax.h
dlls/dsound/dsound_eax.h
+13
-0
eax.c
dlls/dsound/eax.c
+0
-0
No files found.
dlls/dsound/dsound_eax.h
View file @
25dedb89
...
...
@@ -154,6 +154,19 @@ typedef struct {
DelayLine
Decorrelator
;
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
;
}
eax_buffer_info
;
...
...
dlls/dsound/eax.c
View file @
25dedb89
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment