proper shutdown of dsp thread

This commit is contained in:
Jakob Ketterl 2019-05-05 19:46:13 +02:00
parent cb0d59de61
commit 142a4c87bd
1 changed files with 1 additions and 0 deletions

View File

@ -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)