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

index 3484c0777ed85e1b99e7601ce26720924f0e50ec..5b62a435eda790d68ec14d9c957b046a56b08497 100644 (file)
@@ -72,12 +72,12 @@ To continue, you should create a configuration file at `/usr/local/etc/shairport
 Using the `sndio` backend
 ----
 
-The `sndio` back end does synchronisation, using information from the `sndio` subsystem. The format of the information is not the same as that coming from the ALSA subsystem, so Shairport Sync cannot yet use it properly. As a workaround, please use the following settings:
+The `sndio` back end does synchronisation, thanks to the work of [t6](https://github.com/t6), using information from the `sndio` subsystem. The format of the information is not the same as that coming from the ALSA subsystem, so Shairport Sync cannot yet use it properly. As a workaround, please use the following settings:
 
-In the `general` stanza, make the following settings:
+In the `general` stanza of the configuration file at `/usr/local/etc/shairport-sync.conf`, make the following settings:
 ```
 drift_tolerance_in_seconds = 0.005; // allow some more tolerance before attempting to correct
-resync_threshold_in_seconds = 0.0; // ignore a large error in the initial estimation of synchrnoisation time...
+resync_threshold_in_seconds = 0.0; // ignore a large error in the initial estimation of synchronisation time...
 ```
 Note that there are workarounds -- it is hoped that they won't be necessary for too long.