(Created page with "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. == Synopsis == /...") |
(→Switches) |
||
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/vol command''' lets you change the system | + | {{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 == | ||
− | * '''-w''' - waves | + | * '''-w''' - Changes the waves volume (or the mIRC's volume on Windows 7+) |
− | * '''-m''' - midis | + | * '''-m''' - Changes the midis volume (or the mIRC's volume on Windows 7+) |
− | * '''-p''' - mp3s | + | * '''-p''' - Changes the mp3s volume (or the mIRC's volume on Windows 7+) |
− | * '''-v''' - master volume | + | * '''-v''' - Changes the master volume |
− | * '''-uN''' - | + | * '''-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 == | == Parameters == | ||
− | * '''[volume]''' - | + | * '''[volume]''' - a number ranging from 0 to 65535 |
== Example == | == Example == | ||
− | <syntaxhighlight lang="mIRC">; | + | <syntaxhighlight lang="mIRC">;mute the master volume |
/vol -vu1</syntaxhighlight> | /vol -vu1</syntaxhighlight> | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.8}} | |
− | |||
− | |||
− | |||
− | |||
− | == See | + | == See Also == |
− | * [[ | + | * [[Playing Music - mIRC|Playing Music]] |
− | * [[ | + | * [[On midiend - mIRC|ON MIDIEND]] |
− | * [[ | + | * [[On mp3end - mIRC|ON MP3END]] |
− | * [[ | + | * [[On nosound - mIRC|ON NOSOUND]] |
− | * [[$sound | + | * [[On waveend - mIRC|ON WAVEEND]] |
− | * | + | * {{mIRC|$inmidi}} |
+ | * {{mIRC|$insong}} | ||
+ | * {{mIRC|$inwave}} | ||
+ | * {{mIRC|$sound}} | ||
+ | * {{mIRC|$vol}} | ||
+ | * {{mIRC|/splay}} | ||
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|vol command - mIRC]] |
Latest revision as of 18: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.