]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Sat, 22 Jul 2017 15:50:45 +0000 (17:50 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2017 15:50:45 +0000 (17:50 +0200)
RELEASENOTES.md

index 7023557bcb2a52ae660dfae8791d731bb19e32fc..2a2acc07df0a2f508d5092f3b1301c3fa78f749a 100644 (file)
@@ -3,7 +3,7 @@ Version 3.1.d24
 **Enhancements**
 * Resynchronisation, which happens when the synchronisation is incorrect by more than 50 ms by default, should be a lot less intrusive when it occurs – it should now either insert silence or skip frames, as appropriate.
 * The `audio_backend_buffer_desired_length_in_seconds` and `audio_backend_latency_offset_in_seconds` settings have been moved from individual backend stanzas to the `general` stanza. They are now available for all backends.
-* A new general setting, for advanced use only, called `audio_backend_silent_lead_in_time` had been introduced to set the length of the silent lead-in time from 0.0 to a maximum of 4.0 seconds or approximately the latency.
+* A new general setting, for advanced use only, called `audio_backend_silent_lead_in_time` had been introduced to set the length of the silent lead-in time from 0.0 up to a maximum of either 4.0 seconds or approximately the latency, whichever is the lower.
 * It is now possible to read `stdout` from the on-start command to choose ALSA output device. This is a highly specialised facility (i.e. a kind of hack) and will hopefully be replaced by a more general solution. Thanks to [Cody Cutrer](https://github.com/ccutrer) for it.
 **Bug Fixes**
 * Fixed a typo in shairport.c, thanks to [Troy Liu](https://github.com/troyliu0105).