I would like my game to have semi-realistic sound, where the left/right channel volume depends on the position of the sound source within the world.
I've looked and it seems that it's not possible with Löve2d or pygame. They modify the volume of a sound based on distance, but the left and right channels are identical.
Am I wrong? Are there any other 2d game libraries that make this possible?