mIRC Home    About    Download    Register    News    Help

Print Thread
#269360 11/09/21 11:17 AM
Joined: Mar 2021
Posts: 25
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Mar 2021
Posts: 25

alias audio {
splay -w c:\i\sonido\cuac.wav
}

alias f1 { .echo -a 0,1Sound/Play Mute | vol -vuw1 }
alias F2 { .echo -a 0,2Sound/Play On | .vol -vuw2 }

its work but the problem is mute the all system of sound


any help?

danielboom #269362 12/09/21 05:21 AM
Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
This is a case of "doctor my arm hurts when i move it like this"
If you don't want your arm to hurt, then stop moving it. If you don't want the /vol command to affect the master volume level, then don't use the -v switch. Per /help vol

"If you use the -v switch, this sets the master volume on your system."


Link Copied to Clipboard