]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
3.3.7 Final 3.3.7
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 1 Dec 2020 12:16:11 +0000 (12:16 +0000)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 12:16:11 +0000 (12:16 +0000)
RELEASENOTES.md

index 83a98d8a6d5a89731151d3419a5edddcc6438878..273b6668067ce8c3453b40585ef0f49452184a66 100644 (file)
@@ -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.)