Hello. I am using Python
2.4, wxPython 2.6, and Microsoft Windows XP Home Edition.
According to the wxWidgets documentation, there are no methods for
setting and getting the volume in the wxMediaCtrl control.
At , the new wxPyDocs documentation shows a wx.media
module with a MediaCtrl class. This class has methods
SetVolume(dvolume) and GetVolume().
What range of values does SetVolume take?
I have tried setting the value passed to SetVolume in the range from
0.0 to 1.0 in 0.1 increments, and from 0 to 10 in increments of 1. The only effect seems to be:
SetVolume(0) mutes the speaker on my PC.
Any other value turns the speaker on, but increasing values do not
increase the volume and decreasing values do not decrease the volume.
Thanks,
Ira