-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPU: Rewrite ADSR/Volume slides #10084
Conversation
c435e18
to
15f1638
Compare
ca38791
to
3c1775a
Compare
What "volume pump" is this even reffering to?
Pushed a commit that lowers the volume output, not quite to half like before, but maybe enough to not surprise people. See what you think. |
Ironically, 200% was introduced because final volume was too low at times. Also you have a typo voluem in comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can definitely feel the difference that the PR's volume is just a tiny bit louder, i suppose this should be fine for most people
Description of Changes
Rewrite ADSR and volume slides, also fully moves the SPU over to 16bit volumes getting rid of MulShr32 etc.
Rationale behind Changes
This makes ADSR more accurate, mainly for the exponential decrement mode which was slightly off before.
Suggested Testing Steps
Affects anything and everything.