thedocruby / resounding

A New Minecraft mod that provides realistic audio physics using parallel wave tracing and an improved physics algorithm.
https://thedocruby.dev/resounding
GNU Lesser General Public License v3.0
85 stars 4 forks source link

Short reverb slots never play #34

Closed thedocruby closed 2 years ago

thedocruby commented 2 years ago

Shorter reverb slots are never properly applied to the source, and so only the longest reverb slot has any effect. This seems to be a limitation of OpenAL where only one slot can be applied at a time. This is very frustrating, but can be dodged (at the cost of quality) by intelligently selecting one of the reverb slots to use. A simple infographic explaining how I plan to do this can be found at the link below:

https://www.desmos.com/calculator/v5bt1gdgki

thedocruby commented 2 years ago

Fixed in v1.0.0-alpha.4