summaryrefslogtreecommitdiff
path: root/scripts/shairport-sync.conf
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-04-15 11:13:51 +0100
committerMike Brady <mikebrady@eircom.net>2019-04-15 11:13:51 +0100
commit16235071eedb286d53306336b1fcc5ef245dfdcd (patch)
tree93920797714beadc0977c3748a95a4097c382fa2 /scripts/shairport-sync.conf
parent042dd0d03670ace193dbf4163f7e25c8232edeb3 (diff)
Default to "basic" stuffing even if soxr support is included.
Diffstat (limited to 'scripts/shairport-sync.conf')
-rw-r--r--scripts/shairport-sync.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf
index a979431..2bcba15 100644
--- a/scripts/shairport-sync.conf
+++ b/scripts/shairport-sync.conf
@@ -15,6 +15,7 @@ general =
// %V for the full version string, e.g. 3.3-OpenSSL-Avahi-ALSA-soxr-metadata-sysconfdir:/etc
// Overall length can not exceed 50 characters. Example: "Shairport Sync %v on %H".
// password = "secret"; // leave this commented out if you don't want to require a password
+// for this "soxr" option to be available in the next setting, to be operative, Shairport Sync must be built with the configuration flag --with-soxr
// interpolation = "basic"; // aka "stuffing". Default is "basic", alternative is "soxr". Use "soxr" only if you have a reasonably fast processor.
// Note: if Shairport Sync is build with the --with-soxr configuration flag, interpolation will be "soxr" by default.
// output_backend = "alsa"; // Run "shairport-sync -h" to get a list of all output_backends, e.g. "alsa", "pipe", "stdout". The default is the first one.