gfsk decoder now supports floating point input, so we can stop
converting
This commit is contained in:
parent
b852fcc167
commit
cde3ff703a
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…
Reference in New Issue
Block a user