mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-11 19:20:22 +01:00
add sox feature dependency
This commit is contained in:
parent
2408d77f15
commit
2ddfa4d4f6
|
|
@ -16,7 +16,7 @@ class FeatureDetector(object):
|
|||
"rtl_sdr": [ "rtl_sdr" ],
|
||||
"sdrplay": [ "rx_tools" ],
|
||||
"hackrf": [ "hackrf_transfer" ],
|
||||
"digital_voice": [ "digiham" ]
|
||||
"digital_voice": [ "digiham", "sox" ]
|
||||
}
|
||||
|
||||
def feature_availability(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue