From 5b8b17790594117d74a80ead56f727aee3705fbf Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Sat, 16 Nov 2019 00:41:19 -0500 Subject: Fix signal rendering part --- client.py | 1 + 1 file changed, 1 insertion(+) (limited to 'client.py') diff --git a/client.py b/client.py index 3a7588f..c2d027e 100644 --- a/client.py +++ b/client.py @@ -254,6 +254,7 @@ def mapped(): mapping[:fixfmtsz] = struct.pack(fixfmt, (DRIFT_FACTOR - 1.0) if QUEUED_PCM else 0.0) mapping[fixfmtsz:fixfmtsz+sigfmtsz] = struct.pack(sigfmt, *(float(LAST_SAMPLES[i])/MAX if i < len(LAST_SAMPLES) else 0.0 for i in xrange(ms))) mapping[fixfmtsz+sigfmtsz:] = struct.pack(strfmt, *unzip2((FREQS[i], float(AMPS[i])/MAX) for i in xrange(STREAMS))) + del LAST_SAMPLES[:] time.sleep(stm) # Generator functions--should be cyclic within [0, 2*math.pi) and return [-1, 1] -- cgit v1.2.3-70-g09d2