From: Mike Brady Date: Fri, 25 May 2018 09:09:17 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.2RC10~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d70359ccb77515e7d936f50306a722fef96be385;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 441ba883..fce8751c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,13 @@ +Version 3.2d56 +==== +**Enhancement** +* The `mute_using_playback_switch` setting in the `alsa` group has been replaced by a `use_hardware_mute_if_available`, which defaults to `"no"`. This new setting controls both the playback switch method and the magic volume level method for doing hardware-supported muting. +If hardware muting is used, the output device will be muted when Shairport Sync releases it, potentially causing problems for other audio programs using the device. To avoid this, `use_hardware_mute_if_available` is disabled by default. + +**Bug Chasing** +* A debug message has been enhanced when a TEARDOWN message is received. + Version 3.2d55 ==== **Bug Fix**