Jump to content

Set Windows Audio LEVELS for Each speaker


Recommended Posts

  On Windows 7, if you go to Speakers, Properties, and press Balance, you get a series of controls for each speaker  you have in the system.

  You can set the volume  on each from 0 to 100

  I'd like to set the REAR and Center speakers  to ZERO, so they can't be heard, using an autoit app.

  I'm sure it can be done, but I'm not a C# programmer and most of the stuff on the web is in that language.

 Anyone?

  

 

 

 

Link to comment
Share on other sites

Using the above libary you just need to do:

_SetChannelVolumeLevel(0,-12.5)

 If the audio stream contains n channels, the channels are numbered from 0 to n– 1

 

Saludos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...