From: dasl- Date: Mon, 3 May 2021 01:33:26 +0000 (-0400) Subject: update raspberry pi installation guide as per https://github.com/mikebrady/shairport... X-Git-Tag: 4.1-dev~4^2~47^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1186%2Fhead;p=thirdparty%2Fshairport-sync.git update raspberry pi installation guide as per https://github.com/mikebrady/shairport-sync/issues/1183 --- diff --git a/INSTALL.md b/INSTALL.md index 2d21b9c5..fa36f91b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,7 +9,7 @@ Do the usual update and upgrade: ``` # apt-get update # apt-get upgrade -``` +``` (Separately, if you haven't done so already, consider using the `raspi-config` tool to expand the file system to use the entire card.) ### Turn Off WiFi Power Management @@ -63,13 +63,13 @@ Now to configure Shairport Sync. Here are the important options for the Shairpor // Sample Configuration File for Shairport Sync on a Raspberry Pi using the built-in audio DAC general = { - volume_range_db = 60; + volume_range_db = 60; }; alsa = { - output_device = "hw:0"; - mixer_control_name = "PCM"; + output_device = "hw:Headphones"; + mixer_control_name = "Headphone"; }; ```