From WikiChip
Difference between revisions of "mirc/commands/vol"
< mirc‎ | commands

m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +))
(Switches)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''/vol command''' lets you change the system volume as well as for waves, mp3s, and midis. The /vol command can also be used to mute the system volume.
+
{{mirc title|/vol Command}}
 +
The '''/vol command''' lets you change the volume on your system. The /vol command can also be used to mute the system volume.
 +
 
 +
'''Note''': originally on Windows, you could set the volume/mute setting for different audio type: wave, midi, and mp3. This is why mIRC had the -wmp switches, to change those different volume/mute settings. Since Windows 7, this is no longer the case, only the master volume remains. But you can now change the volume/mute setting per application in Windows. mIRC does not have a way to change the volume/mute setting per application; using the -wmp switches now only change the volume/mute setting for the mIRC application.
  
 
== Synopsis ==
 
== Synopsis ==
Line 5: Line 8:
  
 
== Switches ==
 
== Switches ==
{| class="wikitable" style="line-height: 25px; margin-left: 75px;"
+
* '''-w''' - Changes the waves volume (or the mIRC's volume on Windows 7+)
|-
+
* '''-m''' - Changes the midis volume (or the mIRC's volume on Windows 7+)
! OBJ !! Description
+
* '''-p''' - Changes the mp3s volume (or the mIRC's volume on Windows 7+)
|-
+
* '''-v''' - Changes the master volume
| '''-w''' || Waves
+
* '''-uN''' - Changes mute setting, N = 1 for muting, N = 2 for unmuting, this switch has to be used with at least one of the others switches
|-
 
| '''-m''' || Midis
 
|-
 
| '''-p''' || MP3s
 
|-
 
| '''-v''' || Master Volume
 
|-
 
| '''-uN''' || Sets mute setting: '''1''' = ''ON'', '''2''' = ''OFF''
 
|}
 
  
 
== Parameters ==
 
== Parameters ==
* '''[volume]''' - volume (0 to 65535)
+
* '''[volume]''' - a number ranging from 0 to 65535
  
 
== Example ==
 
== Example ==
<syntaxhighlight lang="mIRC">;Turn on mute
+
<syntaxhighlight lang="mIRC">;mute the master volume
 
/vol -vu1</syntaxhighlight>
 
/vol -vu1</syntaxhighlight>
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.8
+
{{mIRC compatibility|5.8}}
 
 
Added On: 05/09/2000
 
 
 
 
 
  
 
== See Also ==
 
== See Also ==
Line 48: Line 38:
 
{{mIRC command list}}
 
{{mIRC command list}}
  
[[Category:MIRC commands]]
+
[[Category:mIRC commands|vol command - mIRC]]

Latest revision as of 19:35, 24 November 2017

The /vol command lets you change the volume on your system. The /vol command can also be used to mute the system volume.

Note: originally on Windows, you could set the volume/mute setting for different audio type: wave, midi, and mp3. This is why mIRC had the -wmp switches, to change those different volume/mute settings. Since Windows 7, this is no longer the case, only the master volume remains. But you can now change the volume/mute setting per application in Windows. mIRC does not have a way to change the volume/mute setting per application; using the -wmp switches now only change the volume/mute setting for the mIRC application.

Synopsis[edit]

/vol -wmpvuN [volume]

Switches[edit]

  • -w - Changes the waves volume (or the mIRC's volume on Windows 7+)
  • -m - Changes the midis volume (or the mIRC's volume on Windows 7+)
  • -p - Changes the mp3s volume (or the mIRC's volume on Windows 7+)
  • -v - Changes the master volume
  • -uN - Changes mute setting, N = 1 for muting, N = 2 for unmuting, this switch has to be used with at least one of the others switches

Parameters[edit]

  • [volume] - a number ranging from 0 to 65535

Example[edit]

;mute the master volume
/vol -vu1

Compatibility[edit]

Added: mIRC v5.8
Added on: 05 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]

[Expand]
v · d · e mIRC commands list