From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 1 Dec 2020 12:16:11 +0000 (+0000) Subject: 3.3.7 Final X-Git-Tag: 3.3.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02cd3f8fdb4f2ba0a601a1d395b558c95a49afa2;p=thirdparty%2Fshairport-sync.git 3.3.7 Final --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 83a98d8a..273b6668 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -26,7 +26,7 @@ Version 3.3.7 * Handle the `active_remote_id` token as a string rather than an unsigned 32-bit number -- it seems ROON uses a longer character sequence. **Enhancements** -* Added the strings `-alac` and `-jack` to the the version string in '-V' if Apple ALAC decoder support and Jack Audio support are included respectively. +* Added the strings `-alac` and `-jack` to the the version string returned by the `-V` command line option if Apple ALAC decoder support and Jack Audio support are included respectively. * Cleaned up and simplified the code that handles `FLUSH` requests coming from the player. (Debug messages are still a little verbose.) * Improved timing estimation. Shairport Sync has been using linear least-squares regression to estimate timing drift between the (remote) source clock and the local clock. This technique is now extended to provide an estimate of the remote-to-local clock difference itself. (The remote-to-local clock difference is used to remap the timing of audio frames from the remote device's clock to the local clock.)