Using OpenAL, I am loading the sound in AL_FORMAT_STEREO16 format. I am trying to set the panning in OpenAL in iOS/iPhone platform? Do I need to set the AL_POSITION for the source? How do I set it?
Using OpenAL, I am loading the sound in AL_FORMAT_STEREO16 format. I am trying to
Share
If I load it in MONO format, i am able to set the pan using
pan value ranging from -1.0f to 1.0f.