mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
add scaffolding for pocsag decoding
This commit is contained in:
parent
4859cb5db8
commit
12e5d2f6f3
6 changed files with 22 additions and 7 deletions
|
|
@ -32,6 +32,7 @@ class FeatureDetector(object):
|
|||
"digital_voice_dsd": ["dsd", "sox", "digiham"],
|
||||
"wsjt-x": ["wsjtx", "sox"],
|
||||
"packet": ["direwolf", "sox"],
|
||||
"pocsag": ["digiham", "sox"],
|
||||
}
|
||||
|
||||
def feature_availability(self):
|
||||
|
|
@ -181,6 +182,8 @@ class FeatureDetector(object):
|
|||
"mbe_synthesizer",
|
||||
"gfsk_demodulator",
|
||||
"digitalvoice_filter",
|
||||
"fsk_demodulator",
|
||||
"pocsag_decoder",
|
||||
],
|
||||
),
|
||||
True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue