Mon Mar 02 14:28:32 2009: Request 43776 was acted upon.
Transaction: Correspondence added by cvertz
Queue: Win32-Sound
Subject: Old bug in Win32::Sound::Volume
Broken in: (no value)
Severity: Important
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=43776 >
Here are some more specifics.
Setting the volume is impacted by two bugs.
#1 Setting volume works for left channel but silences right channel.
When called as:
Win32::Sound::Volume(128);
-or-
Win32::Sound::Volume(128,128);
The actual result is that the left channel volume is set to 50% and the
right channel is set to 0%.
#2 Parsing of percentage volumes appears to be incorrect.
When called as:
Win32::Sound::Volume("50%");
The actual result is that the left channel is set very low, almost
silent. Right channel is set to 0% due to bug #1.