mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
add sox feature dependency
This commit is contained in:
parent
2408d77f15
commit
2ddfa4d4f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue