mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
correctly shutdown resampler
This commit is contained in:
parent
f9df35ffd4
commit
efa7faaa2a
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ class Resampler(SdrSource):
|
|||
self.chain.setWriter(self.buffer)
|
||||
return self.buffer
|
||||
|
||||
def stop(self):
|
||||
self.chain.stop()
|
||||
self.chain = None
|
||||
super().stop()
|
||||
|
||||
def activateProfile(self, profile_id=None):
|
||||
logger.warning("Resampler does not support setting profiles")
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue