I was wanting to use directional sounds using JOAL. Reading the OpenAL docs, it appears the commands to specify my cone angles are:
AL_CONE_INNER_ANGLE
AL_CONE_OUTER_ANGLE
Which don’t seem to be implemented in JOAL. I then plan to use the setConeOuterGain function to specify gain falloff when outside the cone. Why would setConeOuterGain be implemented and not the cone angle settings (Considering that the default angle is 360 degrees).?
I don’t see that the cone angle specification is in JOAL. Is it implemented in another way? Am I missing something?
Any help would be appreciated!
Tubby