]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Mon, 5 Feb 2018 14:23:31 +0000 (14:23 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2018 14:23:31 +0000 (14:23 +0000)
RELEASENOTES.md

index 6ef7b513225c4f6879cc1fabaedca65415859d79..5244a1c1baf69c66550ceb5cce8835c6664a0f89 100644 (file)
@@ -4,6 +4,8 @@ Version 3.2d26
 * Ensure the TEARDOWN of a play session is not delayed by a long sleep timer.
 * Ignore duplicate ANNOUNCE packets for the same play session.
 * Move the creation and calling of a player thread from the SETUP handler to the RECORD handler.
+* When closing an ALSA sound device, don't wait for any audio to be output with `snd_pcm_drain`; instead, just drop all remaining frame using `snd_pcm_drop`.
+* TEARDOWN complete in less than 50 ms.
 
 **Enhancements**
 * Add optional timing annotations to debug messages -- see the new settings in the diagnostic stanza of the configuration file.