proper shutdown of dsp thread
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user