I want to change my system volume in a perl script on windows. The Win32::Sound module is broken on my machine because when I use it to change the volume, it makes shifts the balance all the way to the left speaker. Test for yourself on your machines with:
perl -MWin32::Sound -e "Win32::Sound::Volume(0xFF)" then check your volume. It will be (correctly) at the highest volume but only the left speaker will be working. By the way this is the wave out volume, not the master volume. I would prefer to change the master volume. Is there some other way to change sound volume? Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/