Skip to content

Releases: myfreeer/mastervol

0.2.3

01 Dec 06:57
Compare
Choose a tag to compare
  • mastervol_x64.exe for x86_64 (64-bit) system
  • mastervol_x86.exe for x86 (32-bit) system

Usage (Vista+):

Change and show current master volume level
mastervol.exe [-s|-h|-d|-m|-u|-w] volume
-s Silent mode (does not print current status)
-h Display this help message and exit
-m Mute
-u Unmute
-d Display mute status (ignored if -s)
-i Set/get default audio input device status

volume: float in 0 to 100

Usage (XP):

Change and show current master volume level
mastervol.exe [-s|-h|-d|-m|-u|-w] volume
-s Silent mode (does not print current status)
-h Display this help message and exit
-m Mute
-u Unmute
-d Display mute status (ignored if -s)
-i Set/get default audio input device status
-w Set/get Wave Out status (win xp)
-c Set/get CD status (win xp)
-n Set/get Midi status (win xp)
-l Set/get Line in status (win xp)

volume: float in 0 to 100

Changes

  • help: minor lint
  • mastervol: refactor and clean code

0.2.2

05 Jul 05:31
Compare
Choose a tag to compare
  • mastervol_x64.exe for x86_64 (64-bit) system
  • mastervol_x86.exe for x86 (32-bit) system

Usage (Vista+):

Change and show current master volume level
mastervol.exe [-s|-h|-d|-m|-u|-w] volume
-s Silent mode (does not print current status)
-h Display this help message and exit
-m Mute
-u Unmute
-d Display mute status (ignored if -s)
-i Set/get default audio input device status

Usage (XP):

Change and show current master volume level
mastervol.exe [-s|-h|-d|-m|-u|-w] volume
-s Silent mode (does not print current status)
-h Display this help message and exit
-m Mute
-u Unmute
-d Display mute status (ignored if -s)
-i Set/get default audio input device status
-w Set/get Wave Out status (win xp)
-c Set/get CD status (win xp)
-n Set/get Midi status (win xp)
-l Set/get Line in status (win xp)
volume: float in 0 to 100

Changes

  • Win All:
    • Add option to set/get default audio input device status
  • Win XP:
    • Add option to set/get CD status
    • Add option to set/get Midi status
    • Add option to set/get Line in status
    • Add option to set/get Wave out status
  • help: only show available options
  • mastervol: refactor and clean code

0.2.1

27 Mar 05:11
Compare
Choose a tag to compare
  • mastervol_x64.exe for x86_64 (64-bits) system
  • mastervol_x86.exe for x86 (32-bits) system

Usage:

mastervol.exe [-s|-h|-d|-m|-u] volume
-s Silent mode (does not print current status)
-h Display this help message and exit
-m Mute
-u Unmute
-d Display mute status (ignored if -s)
volume: float in 0 to 100

Change

  • Correctly change/display master volume on winxp
  • Support change/display mute status on winxp

0.2

22 Mar 08:01
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • mastervol_x64.exe for x86_64 (64-bits) system
  • mastervol_x86.exe for x86 (32-bits) system

Usage:

mastervol.exe [-s|-h|-d|-m|-u] volume
-s Silent mode (does not print current status)
-h Display this help message and exit
-m Mute [vista+ only]
-u Unmute [vista+ only]
-d Display mute status (ignored if -s) [vista+ only]
volume: float in 0 to 100

Changes

  • support change/display volume on winxp via waveout api
  • support change/display mute status on vista+

Note

Currently on windows xp, mastervol uses wave out api which gets/sets volume of "Wave" section in volume mixer.

0.1

20 Mar 13:53
Compare
Choose a tag to compare
0.1
  • mastervol_x64.exe for x86_64 (64-bits) system
  • mastervol_x86.exe for x86 (32-bits) system

Usage:

mastervol_x64.exe [-s|-h] volume
    -s Silent mode (does not print current volume)
    -h Display this help message and exit
    volume: float in 0 to 100