]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update RELEASE_NOTES.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 11 Sep 2023 16:08:55 +0000 (17:08 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 16:08:55 +0000 (17:08 +0100)
RELEASE_NOTES.md

index 629cdc2803dc7d316909e1d81d09fefc13715623..0558d2ba6d969ab932c3a24d6c00118f7f69f2ce 100644 (file)
@@ -6,8 +6,6 @@
 ## Version: 1.2
 * **Important**. The protocol that Shairport Sync and NQPTP use to communicate with one another has been updated to reflect changes in NQPTP's operation. Please update both NQPTP and Shairport Sync so that they both use the same Shared Memory Interface Version. 
 
-This version of NQPTP uses Shared Memory Interface Version `smi9`. 
-
 **Enhancements**
 * Enable NQPTP to respond to information about the state of the player -- whether is is playing, stopped or paused. The "B" command is a message that the client -- which generates the clock -- is about to start playing. The "E" command signifies that the client has stopped playing and that the clock may shortly sleep. The "P" command signifies that play has paused (buffered audio only). The clock seems to stay running in this state.
 This is important because the clock from the source can stop or run slow when the source is not actively playing. This arrangement seems to be much more resilient than having NQPTP try to detect when a clock is stopped or running slow. It also allows the code to be  simplified.