Audio Controller
A Simple Windows c++ program that allows the controlling of a specific app's volume using keybinds (Default F22-F24)
To start the app with windows open win+R and go to shell:startup
and create a shortcut to the .exe
Inside config.cfg there are 5 options.
ProcessName=""
This selects the audio session for the specific program that you'd like to control the volume of
ChangeAmount=""
This changes the amount that the volume changes with each key press
VolUp=""
Sets the key for the turning the volume up. All key codes follow the value of the virtual keys at https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
VolDn=""
Sets the key for turning the volume down
Mute=""
Sets the key for muting the program.
If the program seems to not to be working or says suspended in task manager try running as administrator.

