Go to file
dlprows 7abbc92080 Improve sound browser to make it have more stuff in it
improve sound browser debuggability by making it capture the window earlier so you can set a breakpoint and not have it just get VS info

put in code to try to handle helldivers 2
2024-02-24 23:46:00 -07:00
previews updating icons to match style guide. update preview 2023-08-21 23:20:24 -06:00
src Improve sound browser to make it have more stuff in it 2024-02-24 23:46:00 -07:00
.gitignore Inital commit 2023-08-06 13:53:28 -06:00
LICENSE updating icons to match style guide. update preview 2023-08-21 23:20:24 -06:00
README.md updating icons to match style guide. update preview 2023-08-21 23:20:24 -06:00

Focus Volume Control Plugin

A plugin for the Stream Deck+ to control the volume of the focused application.

Description

This Stream Deck plugin utilizes the Stream Deck+ encoders and screen to allow you to control the volume of the focused application. Application volume is changed with the windows volume mixer.

Unlike faders or potentiometers, the encoders of the Stream Deck+ spin infinitely in either direction. Which means when you change your focused application, you don't have to worry about desynchronization with the current app. The screen updates to show the name/icon of the app so that you can always know what you're about to change.

Focus volume control plugin preview

Developing

build the solution with visual studio download the stream deck distribution tool to src/FocusVolumeControl/ run install.bat <debug | release>

to debug, attach to the FocusVolumeControl running process

There is also a secondary sound browser project which can be used for viewing information about processes and how the algorithm matches them to volume mixers

License

This project is licensed under the MIT License - see the LICENSE file for detiails

Acknowledgements

Inspiration, code snippets, etc.

Inspiration