aboutsummaryrefslogtreecommitdiff
path: root/packet.py
diff options
context:
space:
mode:
authorGrissess <grissess@nexusg.org>2016-06-14 21:22:37 -0400
committerGrissess <grissess@nexusg.org>2016-06-14 21:22:37 -0400
commit40b1e56164c3b4e95d7d35f5ed800c5626944b01 (patch)
treef42a6663810f8e8de2dddddd2bdfa70f65b460af /packet.py
parente385feff7e1e187a7c74ba2ea6261be46e3e157a (diff)
Experiment PCM ready
Diffstat (limited to 'packet.py')
-rw-r--r--packet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet.py b/packet.py
index 72e47f5..414ed73 100644
--- a/packet.py
+++ b/packet.py
@@ -24,6 +24,7 @@ class CMD:
QUIT = 2 # No important data
PLAY = 3 # seconds, microseconds, frequency (Hz), amplitude (0.0 - 1.0), port
CAPS = 4 # ports, client type (1), user ident (2-7)
+ PCM = 5 # 16 samples, encoded S16_LE
def itos(i):
return struct.pack('>L', i)