Positional Sound

Hi.

I’m wondering if this is working as intender.

I’ve tried to implement them according to: https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_audio (which is slightly outdated?) But they just don’t seem to emit from elsewhere than “inside” my head.



Also tried running TestReverb (with an added setPositional(true)) with the same result.

Make sure the sounds are mono (one channel), otherwise they can’t be positioned.

And make sure you are running a recent nightly build. Positional audio was fixed some time after alpha 4.