Skip to content

clark91/AudioController

Repository files navigation

AudioController

Audio Controller

A Simple Windows c++ program that allows the controlling of a specific app's volume using keybinds (Default F22-F24)

Start with Windows

To start the app with windows open win+R and go to shell:startup

image

and create a shortcut to the .exe

Config File

Inside config.cfg there are 5 options.

image

ProcessName

ProcessName=""

This selects the audio session for the specific program that you'd like to control the volume of

ChangeAmount

ChangeAmount=""

This changes the amount that the volume changes with each key press

VolUp

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

VolDn=""

Sets the key for turning the volume down

Mute

Mute=""

Sets the key for muting the program.

Bugs

If the program seems to not to be working or says suspended in task manager try running as administrator.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages