mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
move the pump mechanism, allowing the old output code to be removed
This commit is contained in:
parent
4b36aca6fc
commit
9efe41a2b1
6 changed files with 29 additions and 81 deletions
|
|
@ -28,8 +28,6 @@ import threading
|
|||
import math
|
||||
from functools import partial
|
||||
|
||||
from csdr.output import Output
|
||||
|
||||
from owrx.aprs.direwolf import DirewolfConfig, DirewolfConfigSubscriber
|
||||
from owrx.audio.chopper import AudioChopper
|
||||
|
||||
|
|
@ -48,7 +46,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class Dsp(DirewolfConfigSubscriber):
|
||||
def __init__(self, output: Output):
|
||||
def __init__(self, output):
|
||||
self.pycsdr_enabled = True
|
||||
self.pycsdr_chain = None
|
||||
self.pycsdr_client_chain = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue