diff --git a/owrx/source.py b/owrx/source.py index 2404419..551fcc3 100644 --- a/owrx/source.py +++ b/owrx/source.py @@ -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)