RelativityMC / raise-sound-limit-simplified

A mod that raises Minecraft sound sources limit in a simple way
MIT License
8 stars 2 forks source link

Stuttery sound when HRTF is on #4

Open Julienraptor01 opened 1 year ago

Julienraptor01 commented 1 year ago

Describe the bug when HRTF is on the sound kinda stutter and do some weird thing while when it is off all sounds kinda get combined and that's it

To Reproduce Steps to reproduce the behavior:

  1. Enable HRTF
  2. Use this command /fill ~-10 ~3 ~-10 ~10 ~13 ~10 command_block destroy
  3. Use this command and pay attention to the sound /fill ~-10 ~3 ~-10 ~10 ~13 ~10 air destroy
  4. Disable HRTF and redo 2 and 3

Expected behavior

sound to be somewhat not stuttery and just play all at once ?

Screenshots

https://youtu.be/72SPRG7IDWw

Runtime info (please complete the following information):

Crash reports / logs

don't have anything useful

Other mods

no other mods

Checklist

Additional context

it seems like that lowering the limit of the sounds to 512 total sounds is helping (i have modified the mod to test) https://youtu.be/Ig-Sa8nhWdk

ishland commented 1 year ago

This is pushing the sound engine to its limit. It isn't something I can actually fix.