Platymemo / alaskanativecraft

Alaska Native Craft is a mod looking to bring Alaska Native cultures to Minecraft!
Creative Commons Zero v1.0 Universal
9 stars 12 forks source link

[BUG] Spatial Sound - Possible Use of Mono for custom sounds #49

Closed RotokEralil closed 2 years ago

RotokEralil commented 2 years ago

Issue with the sounds Harp Seal and Moose make not being directional and not reducing with distance (I get within range and they sound like they are 1 foot directly infront of me). (if you have any other custom sounds, may want to check as well)

Were the sounds exported as stereo? (if you have any other custom sounds, may want to check as well) (from another forum, "I figured out the reason. Looking through all of Minecraft's sound files, I noticed they were all saved as mono files with only one sound channel (instead of stereo with 2 channels, one for each ear). I think this is the reason why all of my sounds, which were all exported in stereo, always play in both ears with no spacial awareness") It is a quick fix using audacity if that is the case

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Press '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Mod Versions (please complete the following information):

Additional context Add any other context about the problem here.

Platymemo commented 2 years ago

That is exactly the problem. I knew about the stereo == global sound issue, I can't believe I left them as stereo files for so long. Thank you for bringing this to my attention, it will be fixed!