Volume Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I’m looking for an easy way to read and set the Main Volume of the default
speakers in C#. All I found so far is way to elaborate using the entire mixer
with all the options of setting line in and mic levels and all that using
API. There must be an easy way to set this using managed code directly. Any
help is greatly appreciated.
 
Hello cnickl,

Have u tried WinAPI "waveOutSetVolume" function?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

c> Hi,
c>
c> I’m looking for an easy way to read and set the Main Volume of the
c> default speakers in C#. All I found so far is way to elaborate using
c> the entire mixer with all the options of setting line in and mic
c> levels and all that using API. There must be an easy way to set this
c> using managed code directly. Any help is greatly appreciated.
c>
 
Back
Top