0

is there any easy way to control the individual speaker volumes in Windows 7 with c#?

I just want to set the volumes to a "preset", because windows likes to reset them randomly...

ch40s
  • 580
  • 1
  • 7
  • 19

1 Answers1

0

Start here,

Use IAudioMeterInformation in the CoreAudio APIs in Vista and Win 7.

Managed wrappers are available in NAudio (get at the AudioMeterInformation from the MMDevice).

check this too Get Master Sound Volume in c#

Community
  • 1
  • 1
sajanyamaha
  • 3,119
  • 2
  • 26
  • 44