Jump to content

Recommended Posts

Posted

  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?

  

 

 

 

Posted

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

Posted

Took me a few mins to figure it out, but seems good. Able to set channels individually.   Preferring to use _SetChannelVolumeLevelScalar(chann, volumepercent)

Thanks!

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
  • Recently Browsing   0 members

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