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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top