Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radj307/volume-control
Specific-Application Volume Control Hotkeys for Windows.
https://github.com/radj307/volume-control
control coreaudio csharp customizable free hotkey hotkeys net-core-6 process-audio sound-controls volume volume-control volumey windows windows-10 windows-11 wpf
Last synced: about 14 hours ago
JSON representation
Specific-Application Volume Control Hotkeys for Windows.
- Host: GitHub
- URL: https://github.com/radj307/volume-control
- Owner: radj307
- License: gpl-3.0
- Created: 2022-02-12T00:53:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T01:45:42.000Z (about 16 hours ago)
- Last Synced: 2024-11-17T02:30:55.805Z (about 15 hours ago)
- Topics: control, coreaudio, csharp, customizable, free, hotkey, hotkeys, net-core-6, process-audio, sound-controls, volume, volume-control, volumey, windows, windows-10, windows-11, wpf
- Language: C#
- Homepage: https://radj307.github.io/volume-control
- Size: 38.8 MB
- Stars: 80
- Watchers: 4
- Forks: 8
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
***
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
- Lets you control the volume of specific programs using only the keyboard.
- Can override pre-existing keys & key combinations, including all of the media keys.
- All hotkeys are completely user-customizable and can be bound to a variety of actions.
- New actions can be added via [user-created addons](https://radj307.github.io/volume-control/html/md_docs__addon_development.html).
- Offers more features and a more compact UI than the Windows Volume Mixer.
- And more!## 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](https://github.com/radj307/volume-control/releases/latest), and run it. It will guide you through the installation process.
If you prefer to use a package manager, you can use [Winget](https://learn.microsoft.com/en-us/windows/package-manager/) to install Volume Control:
```
winget install radj307.volume-control
```A basic usage guide is available on [the wiki](https://github.com/radj307/volume-control/wiki).
## Manual Installation
Download `VolumeControl.exe` from the [latest release](https://github.com/radj307/volume-control/releases/latest) 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](https://docs.microsoft.com/en-us/windows-hardware/drivers/dashboard/get-a-code-signing-certificate) in order to prevent Windows Defender from blocking it.
*If you're unsure, you can always run it through [VirusTotal](https://www.virustotal.com/gui/home/upload) 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:*
![](https://i.imgur.com/NMI4m4F.png)
3. Click **Ok** to save the changes.All that's left now is to run the application.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
## Addon Development
Want to develop an addon for Volume Control?
Get started with the [tutorial](https://radj307.github.io/volume-control/html/md_docs__addon_development.html)!
We also have doxygen-generated [API Documentation](https://radj307.github.io/volume-control/html/annotated.html) available online.