In that case could someone please try and help me with something?
My understanding is that if I were to set the position of the listener:
al.Listener(al.POSITION, 0.0, 0.0, 0.0)
and then set a sound to the left of that (i.e a minus X value)
al.Source(myLeftSource, al.POSITION, -10.0, 0.0, 0.0)
then I should hear that sound on the left speaker / earphone?
However, if I use stereo sound files the sound is always either split 50/50 left/right, or 100% left/right. If I move the X position by any amount at all (I’ve used values from -0.0000001 to 10000000), the sound is always entirely on the left side (i.e no sound at all from the right speaker). The same applies to the right speaker for positive values. Have I missed something?
Also, if I use .ogg files (which I believe are mono) the sound is always entirely on the left regardless of the x position of the sound (positive, negative or centered.
Any help would be greatly appreciated. [import]uid: 84115 topic_id: 29907 reply_id: 120051[/import]