sad

simple audio daemon
git clone git://git.2f30.org/sad
Log | Files | Refs | LICENSE

commit a203dc8fde5532d2e45855baaa836966fdf31e59
parent 625bba367f1e8793b78e1199c9ae1a2cc1155823
Author: sin <sin@2f30.org>
Date:   Wed, 31 Dec 2014 16:21:20 +0000

Update PROTOCOL

Diffstat:
MPROTOCOL | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/PROTOCOL b/PROTOCOL @@ -101,8 +101,5 @@ Possible states: wait event-name Subscribe to the provided event. When the event triggers, a reply will -be sent back to the client. The reply has the form: +be sent back to the client. Events are not queued. The reply has the form: "event: %s\n", eventname - -Events are not queued. It is not an error to wait on the same event -more than once, however, be prepared to receive a single event reply.