Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonomuller committed Jan 5, 2018
1 parent 455ef40 commit 99e9e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Options:
-i --increment Increment volume by one step.
-d --decrement Decrement volume by one step.
-s --set volume-level Set volume to desired level (value between 0 and 1).
-m --mute Mutes/unmutes device.
-m --mute Mute/unmute device.
-n --device-name The device you would like to adjust the volume of (required).
```

Expand All @@ -34,6 +34,6 @@ AdjustVolume -s 0.2 -n "Built-in Output"

## My Configuration

I use [Airfoil](https://rogueamoeba.com/airfoil/) to route audio from Spotify to my Bluetooth speakers, with all other audio outputted from my laptop. I map increase/decrease commands from this program to keyboard shortcuts using [BetterTouchTool](https://www.boastr.net) (can also be done by creating a Service in Automator), meaning I can quickly adjust my speaker volume without having to switch it.
I use [Airfoil](https://rogueamoeba.com/airfoil/) to route audio from Spotify to my Bluetooth speakers, with all other audio outputted from my laptop. I map increase/decrease commands from this program to keyboard shortcuts using [BetterTouchTool](https://www.boastr.net) (can also be done by creating a Service in Automator), meaning I can quickly adjust my speaker volume without having to switch to it.

The scripts I use to do this, as well as other scripts I use to toggle audio routing, can be found in the [scripts]( https://github.com/jonomuller/device-volume-adjuster/tree/master/scripts) directory.

0 comments on commit 99e9e6e

Please sign in to comment.