From: Mike Brady Date: Tue, 7 May 2019 09:50:31 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.3rc5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=439dab8ae37fd8b0e86b8f4bb579c49a78da33c8;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2571762b..fddf93d4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -6,9 +6,8 @@ Version 3.3rc5 * The `while_active` setting in the new `disable_standby_mode` has been renamed to `auto`. **Enhancements** -* Automatic bit-depth and speed selection for alsa output devices has been added. The greatest bit depth available is selected, and the lowest multiple of 44,100 frames per second is chosen. +* Automatic bit-depth and speed selection for alsa output devices has been added and is the default. The greatest bit depth available is selected, and the lowest multiple of 44,100 frames per second is chosen. * Improve support for big-endian devices by adding support for `S16_LE`, `S16_BE`, `S24_LE`, `S24_BE`, `S32_LE` and `S32_BE` formats. -* Make the default format `S16_LE`, i.e. Signed 16-bit little-endian interleaved stereo (this is the default even on big-endian devices). Version 3.3rc4 ====