A tray application for Windows' Volume Mixer (SndVol.exe
) & remake of ClassicMixer in C
.
- The application spawns a
SndVol.exe
instance above the notification area of the taskbar. - The application attempts to emulate behavior of taskbar flyouts for
SndVol.exe
. - Extremely lightweight with UPX compression!
-
Download the latest release from GitHub Releases.
-
Start
SndVolTray.exe
.You may add this to startup via Task Scheduler or
shell:startup
. -
Tray Icon Operations:
- Left clicking the icon once will invoke
SndVol.exe
or Volume Mixer. - Right clicking, will bring a context menu with an
Exit
option.
- Left clicking the icon once will invoke
- Install
GCC
andUPX
for optional compression. - Run
build.bat
. - Run
SndVolTray.exe
.