PDA

View Full Version : Volume control for Windows XP



probine
29th May 2007, 22:01
I want to write a program that allows me to control the volume, specifically the Line in volume in my computer.

The program should be able to read how loud the volume is and adjust it.

Any ideas ? What QT classes could I use ?

wysota
29th May 2007, 23:50
Why would you think Qt handles such things as modifying sound volume on WindowsXP? :confused:

MarkoSan
30th May 2007, 06:18
Hmm, I think you should visually choose one of the Qt's widgets such as QDial or combination of QProgresBar and QSlider to get volume percentage (0-100%). Then, you must use Windows API to change volume settings of sound card.