Jdop Posted March 7, 2018 Posted March 7, 2018 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?
Bilgus Posted March 7, 2018 Posted March 7, 2018 Hmm IIRC there was a UDF for this for vista which should work for Windows 7 maybe this one?
Danyfirex Posted March 7, 2018 Posted March 7, 2018 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 Bilgus 1 Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
Jdop Posted March 7, 2018 Author Posted March 7, 2018 Took me a few mins to figure it out, but seems good. Able to set channels individually. Preferring to use _SetChannelVolumeLevelScalar(chann, volumepercent) Thanks!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now