mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-22 12:13:03 +00:00
Update README.md
This commit is contained in:
parent
e5043e3fe0
commit
d7cb6e9318
1 changed files with 16 additions and 5 deletions
19
README.md
19
README.md
|
@ -7,6 +7,19 @@
|
|||
|
||||
<img src="Images/README/Screenshot.png" width="340" height="342" />
|
||||
|
||||
[Overview](#overview)<br/>
|
||||
[Auto-pause music](#auto-pause-music)<br/>
|
||||
[Application volume](#application-volume)<br/>
|
||||
[Recording system audio](#recording-system-audio)<br/>
|
||||
[Download](#download)<br/>
|
||||
[Uninstall](#uninstall)<br/>
|
||||
[Troubleshooting](#troubleshooting)<br/>
|
||||
[Related Projects](#related-projects)<br/>
|
||||
[Non-free](#non-free)<br/>
|
||||
[License](#license)<br/>
|
||||
|
||||
# Overview
|
||||
|
||||
**Background Music** gives you control over multiple sources of audio on your desktop without navigating each individual application. It provides the following functionalities:
|
||||
|
||||
+ Automatically pause your music player when another audio source is playing
|
||||
|
@ -83,8 +96,6 @@ brew cask install background-music-pre
|
|||
|
||||
# Build and install
|
||||
|
||||
### Build
|
||||
|
||||
Building should take less than a minute. You need [Xcode](https://developer.apple.com/xcode/download/) version
|
||||
8 or higher.
|
||||
|
||||
|
@ -103,7 +114,7 @@ include a checksum), which makes sure we can't run a half-downloaded copy of bui
|
|||
cd $(mktemp -d); echo Downloading $URL to $(pwd); curl -qfL# $URL | gzcat - | tar x && \
|
||||
/bin/bash BackgroundMusic-master/build_and_install.sh -w && rm -rf BackgroundMusic-master)
|
||||
```
|
||||
### Build and install from source
|
||||
|
||||
To build and install from source:
|
||||
|
||||
1. Clone or [download](https://github.com/kyleneideck/BackgroundMusic/archive/master.zip) the project.
|
||||
|
@ -141,7 +152,7 @@ change the default device and then change it back again.
|
|||
|
||||
If this does not work, you might have to uninstall. Consider filing a bug report if you do.
|
||||
|
||||
# Known issues and solutions
|
||||
## Known issues and solutions
|
||||
|
||||
### Setting an application's volume above 50% can cause [clipping](https://en.wikipedia.org/wiki/Clipping_(audio))
|
||||
Set your volume to its maximum level and to lower the volumes of other applications.
|
||||
|
|
Loading…
Reference in a new issue