Playing with the channels

Hello everyone,



I’ve just recently started to work with JME, and more particularly with the built-in sound system.

And I’d like to know if there is any way to manage the audio channels used by my AudioNodes?



Let’s say I have 2 mono non-positional sounds and want one to be played through the left speaker only and the other through the right one, is that (easily) doable ?



I haven’t seen a lot about audio channels in the docs, only in the AudioData, but as my sounds are mono getChannels() returns 1.



Thanks,

Marvin

A mono sound will be placed in the stereo image based on its AudioNode location and the camera / ear location.

But, for non-positional node, shouldn’t the location of the node and listener be irrelevant?