Jump to content

Recommended Posts

Posted

Anyone know the best way to do this? Check if the sound is muted, if not, mute the sound? I know you can use {Send} to change % of volume, but is there a way to mute, if not muted.

If $ismuted == 0 Then
               Mutesound()
            EndIf

????

Posted

Anyone know the best way to do this? Check if the sound is muted, if not, mute the sound? I know you can use {Send} to change % of volume, but is there a way to mute, if not muted.

If $ismuted == 0 Then
               Mutesound()
            EndIf

????

i use

_SoundStatus ( $sSnd_id )

Posted

Parameter(s): $sSnd_id - Sound ID returned by _SoundOpen or sound file

I'm not opening a sound file, just trying to mute the computer sound. Not sure what to pass that function, since i am not opening a sound file.

Posted (edited)

Don't have any to worry about....lol

I should be from back east.... I still have a few ( thats where-ever red-necks come from... lol )

8)

Edited by Valuater

NEWHeader1.png

Posted

I'm suprised there isn't an easy function like....

_SoundVol()

10 - 100 is volume level. You could also pass it "mute" or "0". Which would mute the volume...hrmm...seems so simple...guess not

Posted

I'm suprised there isn't an easy function like....

_SoundVol()

10 - 100 is volume level. You could also pass it "mute" or "0". Which would mute the volume...hrmm...seems so simple...guess not

Well.... there ya go!!!

Here's your chance to make a UDF!!!

8)

NEWHeader1.png

Posted

Try Wizmo from grc.com. This is by the guy who made Spinrite a few years back. I use Wizmo to shut down students' noisemaking...

...by the way, it's pronounced: "JIF"... Bob Berry --- inventor of the GIF format

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
×
×
  • Create New...