Changing sound volume

Laurent Pointal laurent.pointal at limsi.fr
Mon Jun 25 10:54:53 EDT 2007


simon kagwe a écrit :
> Hi,
> 
> I am playing sounds using the winsound module. Is there a way I can change the 
> volume?
> 

Maybe with pyGame, but you may have to switch from winsound to 
pygame.mixer.music

http://www.pygame.org/
http://www.pygame.org/docs/ref/music.html

A+

Laurent.



More information about the Python-list mailing list