Hi all, I've just improved Soya's sound support in the CVS :
- OpenAL support (=module soya.openal4soya) was bugged (it was not playing sound in 3D !) ; that's now fixed. - There is a new sound support module, soya.sdl_mixer4soya, that allows to use SDL_mixer instead of OpenAL. This module plays 3D sound but without Doppler effect. It require PySDL_mixer from Dunk (http://gna.org/projects/pysdlmixer/). The two modules soya.openal4soya and soya.sdl_mixer4soya use exactly the same interface, so you can easily switch between them :-) Jiba
