0

Is there a way to get Windows audio mixer levels using WMI? For example, to get the current line input level.

Ideally this would work on XP and Vista, although I'm aware the audio subsystem is completely different between the two, so I might need a different solution for each.

Edit: suggestions in any language will do.

snowcrash09
  • 4,694
  • 27
  • 45
  • so "non wmi" is ok here? – rogerdpack Jan 10 '14 at 20:33
  • for windows vista and above, you can use this one: http://stackoverflow.com/questions/21200825/getting-individual-windows-application-current-volume-output-level-as-visualized?lq=1 – Florian Mar 08 '14 at 20:42

2 Answers2

4

Nope - none of the audio controls are exposed through WMI.

Larry Osterman
  • 16,086
  • 32
  • 60
0

Vista re-vamped the audio system, and there is not any good samples out there for controlling lines in the mixer yet, that I have found.

Rick Rat
  • 1,732
  • 1
  • 16
  • 32