henkelmax / sound-physics-remastered

A Minecraft mod that provides realistic sound attenuation, reverberation, and absorption through blocks.
GNU General Public License v3.0
69 stars 22 forks source link

Upstream feature for reverb only output #72

Closed Apehum closed 1 year ago

Apehum commented 1 year ago

auxOnly=true in evaluateEnvironment sets directGain to 0F so it outputs only reverb, without the original sound

Upstream issue contains a demo of the feature: https://github.com/vlad2305m/Sound-Physics-Fabric/issues/23

henkelmax commented 1 year ago

Thank you!