proper shutdown of dsp thread
This commit is contained in:
parent
cb0d59de61
commit
142a4c87bd
@ -155,6 +155,7 @@ class DspManager(object):
|
||||
|
||||
def stop(self):
|
||||
self.doRun = False
|
||||
self.dsp.stop()
|
||||
|
||||
def setProperty(self, prop, value):
|
||||
self.localProps.getProperty(prop).setValue(value)
|
||||
|
Loading…
Reference in New Issue
Block a user