From 869f971cedd97dbdf601c3f82902b1d2dcde61f5 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 31 Aug 2021 17:01:52 +0200 Subject: [PATCH] add the remaining modes --- owrx/dsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/dsp.py b/owrx/dsp.py index 2f32957..15584fe 100644 --- a/owrx/dsp.py +++ b/owrx/dsp.py @@ -458,7 +458,7 @@ class DspManager(Output, SdrSourceEventClient): if isinstance(mod, SecondaryDemodulator): return mod # TODO add remaining modes - if mod in ["ft8"]: + if mod in ["ft8", "wspr", "jt65", "jt9", "ft4", "fst4", "fst4w", "q65"]: return AudioChopperDemodulator(mod, WsjtParser()) return None