disable colors
This commit is contained in:
parent
5fbbd897b5
commit
ef90e3e048
2
csdr.py
2
csdr.py
@ -184,7 +184,7 @@ class dsp(object):
|
|||||||
chain += last_decimation_block
|
chain += last_decimation_block
|
||||||
chain += [
|
chain += [
|
||||||
"csdr convert_f_s16",
|
"csdr convert_f_s16",
|
||||||
"direwolf -r {audio_rate} - 1>&2"
|
"direwolf -r {audio_rate} -t 0 - 1>&2"
|
||||||
]
|
]
|
||||||
elif which == "am":
|
elif which == "am":
|
||||||
chain += ["csdr amdemod_cf", "csdr fastdcblock_ff"]
|
chain += ["csdr amdemod_cf", "csdr fastdcblock_ff"]
|
||||||
|
Loading…
Reference in New Issue
Block a user