radj307 / volume-control

Specific-Application Volume Control Hotkeys for Windows.
https://radj307.github.io/volume-control
GNU General Public License v3.0
72 stars 6 forks source link
control coreaudio csharp customizable free hotkey hotkeys net-core-6 process-audio sound-controls volume volume-control volumey windows windows-10 windows-11 wpf

[Volume Control Banner]
GitHub tag (latest SemVer)   Downloads   Volume Control CLI Latest Version


Application-specific volume control that supports the keybindings you already use.
Designed for effortless music volume control (Spotify, Deezer, Chrome, Firefox, etc.) without disrupting gaming or VoIP audio.

What It Does

How does it work?

Volume Control leverages the Win32 API to establish seamless native hotkeys, effectively superseding default Windows keybindings with imperceptible latency. Employing the same approach as the native Windows volume mixer, it offers compatibility with all applications.

Volume Control empowers users with an unlimited array of unique hotkey combinations, each fully customizable with specific actions. The default options include common actions like "Volume Up", "Volume Down", and "Toggle Mute". Furthermore, you have the flexibility to create and integrate your own custom actions in C# to enhance Volume Control's functionality.

Getting Started

Getting started is simple. Download VolumeControl-Installer.exe from the latest release, and run it. It will guide you through the installation process.

If you prefer to use a package manager, you can use Winget to install Volume Control:

winget install radj307.volume-control

A basic usage guide is available on the wiki.

Manual Installation

Download VolumeControl.exe from the latest release and move it to a location of your choice.

Before starting the program for the first time, you have to unblock the executable from the properties menu.
This is necessary because Windows requires paying >$300 a year for a Microsoft-approved publishing certificate in order to prevent Windows Defender from blocking it.
If you're unsure, you can always run it through VirusTotal first, or check the source code yourself.

  1. R+Click on VolumeControl.exe in the file explorer and select Properties in the context menu.
  2. Check the box next to Unblock:
  3. Click Ok to save the changes.

All that's left now is to run the application.

Contributing

See CONTRIBUTING.md for more information.

Addon Development

Want to develop an addon for Volume Control?
Get started with the tutorial!
We also have doxygen-generated API Documentation available online.