Hi there,
I try to play a mono wav file on the left channel and a second one on the right channel with OpenAL, any ideas ?
vrm
Hi there,
I try to play a mono wav file on the left channel and a second one on the right channel with OpenAL, any ideas ?
vrm
As JOAL is a spatialized audio API, the simple answer is to place one sound to the left of the listener and the other to the right. I’ll take another look at the docs and see if there’s a simple way to output audio to just one audio channel, though it may be easier to accomplish this through JavaSound.