Does Pygame support 3D sounds?

I've been wondering can I play the different sounds in different speakers simultaneously through Pygame? Please someone let me know.

(log in to comment)

Comments

I did something like that once. I know it can be done, although it has to be hand coded.
But did you do it through Python and Pygame?
I've looked into this as well.  Currently, pygame only supports volume controls and doesn't support positional audio.  You will have to use an external library with python bindings, such as fmod.
Thanks man.
Or use pyglet.
Pyglet... I had no idea it would have that kinda capability... but it's a game engine sooo... I'll check it out.