From fbdf556ebabc7ed5d8de0f3daddd3af52cca637f Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:11:27 +0100 Subject: [PATCH] small fix to stats crc check --- tnc/modem.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tnc/modem.py b/tnc/modem.py index 48254018..0be6eda4 100644 --- a/tnc/modem.py +++ b/tnc/modem.py @@ -349,7 +349,9 @@ class RF: while True: threading.Event().wait(0.01) + #print(self.tci_module.get_audio()) data_in48k = self.tci_module.get_audio() + print(data_in48k) x = np.frombuffer(data_in48k, dtype=np.int16) # x = self.resampler.resample48_to_8(x)