Skip to content

A tray application for Windows' Volume Mixer.

License

Notifications You must be signed in to change notification settings

Aetopia/SndVolTray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SndVolTray

A tray application for Windows' Volume Mixer (SndVol.exe) & remake of ClassicMixer in C.

Features

  1. The application spawns a SndVol.exe instance above the notification area of the taskbar.
  2. The application attempts to emulate behavior of taskbar flyouts for SndVol.exe.
  3. Extremely lightweight with UPX compression!

Usage

  1. Download the latest release from GitHub Releases.

  2. Start SndVolTray.exe.

    You may add this to startup via Task Scheduler or shell:startup.

  3. 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.

Building

  1. Install GCC and UPX for optional compression.
  2. Run build.bat.
  3. Run SndVolTray.exe.