From: Mike Brady Date: Wed, 28 Sep 2016 10:57:44 +0000 (+0100) Subject: Add *untested* support for S24_3LE and S24_3BE output format. X-Git-Tag: 3.0.d18~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e3060b6216d1498a946c085dcea2510f67671bc;p=thirdparty%2Fshairport-sync.git Add *untested* support for S24_3LE and S24_3BE output format. --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index bc498c7e..3a87f1f2 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -62,7 +62,7 @@ alsa = // mixer_control_name = "PCM"; // the name of the mixer to use to adjust output volume. If not specified, volume in adjusted in software. // mixer_device = "default"; // the mixer_device default is whatever the output_device is. Normally you wouldn't have to use this. // output_rate = 44100; // can be 44100, 88200, 176400 or 352800, but the device must have the capability. -// output_format = "S16"; // can be "U8", "S8", "S16", "S24" or "S32", but the device must have the capability. Endianness matches that of the processor. +// output_format = "S16"; // can be "U8", "S8", "S16", "S24", "S24_3LE", "S24_3BE" or "S32", but the device must have the capability. Except where stated using (*LE or *BE), endianness matches that of the processor. // audio_backend_latency_offset_in_seconds = 0.0; // Set this offset to compensate for a fixed delay in the audio back end. E.g. if the output device delays by 100 ms, set this to -0.1. // audio_backend_buffer_desired_length_in_seconds = 0.15; // If set too small, buffer underflow occurs on low-powered machines. Too long and the response times with software mixer become annoying. // disable_synchronization = "no"; // Set to "yes" to disable synchronization. Default is "no".