I'm trying to run a few of the OpenAL sound demos on OS X but I can't here any sound.
Here's what I'm doing (with LWJGL 0.95):
java -cp lwjgl.jar:lwjgl_mia.jar:lwjgl_test.jar:lwjgl_fmod3.jar:lwjgl_util.jar:. org.lwjgl.test.openal.MovingSoundTest
i know there's a problem with flipped bytes on the mac: http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=JOAL;action=display;num=1101610730
This is interesting, I do hear the footsteps when running: org.lwjgl.test.openal.PlayTest but not when running either PositionTest or MovingSoundTest. What's going on?
I am not aware of any sound issues on Mac OS X, elias - are you hearing stuff correctly?