]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add *untested* support for S24_3LE and S24_3BE output format.
authorMike Brady <mikebrady@eircom.net>
Wed, 28 Sep 2016 10:57:44 +0000 (11:57 +0100)
committerMike Brady <mikebrady@eircom.net>
Wed, 28 Sep 2016 10:57:44 +0000 (11:57 +0100)
scripts/shairport-sync.conf

index bc498c7ed83f18f1786bd7e6bf52408fe98ec29b..3a87f1f2fa68cd77a35b281969febc32fea31858 100644 (file)
@@ -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".