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

Per-context Settings #101

Open mikenrafter opened 1 year ago

mikenrafter commented 1 year ago

Is your feature request related to a problem? Please describe. Voice chat mods / any other context that might be created may cause lag if too many effects are applied, or if the quality sliders are too high.

Describe the solution you'd like Adjustable quality settings, and effect settings per-context. You should be able to remove occlusion for voice-chat if it becomes hard to hear your friends.

Describe alternatives you've considered Tagging things or altering how integrations are handled. This is suboptimal, as it gives the user no control.

Describe any compatibility requirements No additional compatibility requirements.

Additional context None.