From 9bd27c1f5115adb6884608ff47a4b17aad6cae0e Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Sun, 16 May 2021 22:12:01 +0200 Subject: [PATCH] Bugfix of hanging CPPsleep fixed. --- lasp/device/lasp_daq.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lasp/device/lasp_daq.pyx b/lasp/device/lasp_daq.pyx index c05854e..af09b20 100644 --- a/lasp/device/lasp_daq.pyx +++ b/lasp/device/lasp_daq.pyx @@ -264,8 +264,8 @@ cdef class Daq: self.sd.thread = new CPPThread[void*, void (*)(void*)](audioCallbackPythonThreadFunction, self.sd) - # Allow stream stome time to start - CPPsleep_ms(500) + # Allow stream stome time to start + CPPsleep_ms(500) self.daq_device.start( self.sd.inQueue,