Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Pohl authored Oct 4, 2019
1 parent c672f6d commit 0f2177c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
Windows volume mixer, change the volume of individual processes with key binds!

Volume buddy allows the user to change individual volume of applications using key board shortcuts. You no longer have to disturb
your workflow by removing the need to minimise your current focused app and open the volume mixer and change your volumes.
your workflow, remove the need to minimise your current focused app to change a volume of a program.

![](Images/GUI.PNG)

# Features

• GUI interface
• GUI interface:
```
• Shows current applications: Name, Current Volume, Current Bind
• Shows current audio streaming applications: Name, Current Volume, Current Bind
• Dynamically change the volume step
• Dynamically change the bound key to any app
```
• Change any app which streams audio in windows
• Change any app which streams audio in windows.

• Custom key binds
• Custom key binds.

• Change the volume step
• Change the volume step.

• Group applications to 1 key bind
• Group applications to 1 key bind.

# Usage

A distributed exe can be found in the dist folder if you don't wish to set up the develop environment
A distributed exe can be found in the dist folder if you don't wish to set up the develop environment.

Setting up the dev enviroment:
```
Expand All @@ -46,16 +46,16 @@ Volumn down bind: 'Left shift' + [assigned bind] + 'Page Down'
To adjust the volume step simply change the value in the spin box.

# Upcoming Features
• User defined hard key binds
• User defined hard key binds.

• Checking if the binds are valid (no checking currently!)
• Checking if the binds are valid (no checking currently!).

• Small bug fixes and optimisations
• Small bug fixes and optimisations.

• GUI improvements
• GUI improvements.

• Support for Linux and OSX (if any intrest)
• Support for Linux and OSX (if any intrest).

• Full c++ version (this was just a quick throw together as I was getting annoyed minimising to change amazon musics volume)
• Full c++ version (this was just a quick throw together as I was getting annoyed minimising to change amazon musics volume).


0 comments on commit 0f2177c

Please sign in to comment.