mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
gfsk decoder now supports floating point input, so we can stop
converting
This commit is contained in:
parent
b852fcc167
commit
cde3ff703a
1 changed files with 1 additions and 1 deletions
2
csdr.py
2
csdr.py
|
|
@ -111,7 +111,7 @@ class dsp(object):
|
|||
max_gain = 5
|
||||
# digiham modes
|
||||
else:
|
||||
chain += "rrc_filter | csdr convert_f_s16 | gfsk_demodulator | "
|
||||
chain += "rrc_filter | gfsk_demodulator | "
|
||||
if which == "dmr":
|
||||
chain += "dmr_decoder --fifo {meta_pipe} | mbe_synthesizer -f -u {unvoiced_quality} | "
|
||||
elif which == "ysf":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue