From 90d990bdfb0319ce0213f467576b88a72354a0b6 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 1 Dec 2019 15:42:50 +0100 Subject: [PATCH] add depencency for sox --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index 602386a..ecd041d 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -29,7 +29,7 @@ class FeatureDetector(object): "digital_voice_digiham": ["digiham", "sox"], "digital_voice_dsd": ["dsd", "sox", "digiham"], "wsjt-x": ["wsjtx", "sox"], - "packet": ["direwolf"], + "packet": ["direwolf", "sox"], } def feature_availability(self):