Jump to content

Vista Audio Controls?


Damein
 Share

Recommended Posts

I was trying to use the Audio.au3 but sadly I am using Vista and would like to create a program that I can check if the computer is muted or not, but cannot find a way to do so.

I searched the forums for about 45 minutes but to no avail, figured I would post and make sure before giving up on the attempt.

Thanks in advance.

MCR.jpg?t=1286371579

Most recent sig. I made

Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic

Link to comment
Share on other sites

This little snippet works for me, and even though I don't like using it, it does work.. Basically, if the system speaker is muted, this code unmutes it.For this code to execute properly on your or probably any other pc, the coords will need to be adjusted. They are just the rectangular coords around the red circle that appears when the speaker is muted.

PixelSearch(1260, 780, 1275, 790, 0xFF0000)
If Not @error Then Send("{VOLUME_MUTE}")
<br><br>edit: I have Vista Home Premium, BTW<br> Edited by somdcomputerguy

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

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...