]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update FREEBSD.md
authorMike Brady <mikebrady@eircom.net>
Sun, 16 Apr 2017 15:15:08 +0000 (16:15 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2017 15:15:08 +0000 (16:15 +0100)
FREEBSD.md

index 94960f8355c7a07208021315f27423f37cc6398d..bf5fae146b1231efc699294e97c5f1c3bb11104d 100644 (file)
@@ -56,3 +56,10 @@ After this, you're on your own – the `$ sudo make install` step does not work
 
 To continue, you should create a configuration file at `/usr/local/etc/shairport-sync.conf`. Please see the sample configuration file for more details.
 
+Note, the `mixer` command is useful for setting the output device's overall volume settings. With the default settings for the `sndio` back end, the `pcm` mixer controls its maximum output:
+
+```
+$ mixer vol 100 # sets overall volume
+$ mixer pcm 100 # sets maximum volume level for the default sndio device used by Shairport Sync
+```
+