silence direwolf
This commit is contained in:
parent
ae87185ad0
commit
e24de8334f
2
csdr.py
2
csdr.py
@ -240,7 +240,7 @@ class dsp(object):
|
||||
chain = secondary_chain_base + "csdr fmdemod_quadri_cf | "
|
||||
if self.last_decimation != 1.0:
|
||||
chain += "csdr fractional_decimator_ff {last_decimation} | "
|
||||
chain += "csdr convert_f_s16 | direwolf -c {direwolf_config} -r {audio_rate} -t 0 - 1>&2"
|
||||
chain += "csdr convert_f_s16 | direwolf -c {direwolf_config} -r {audio_rate} -t 0 -q d -q h - 1>&2"
|
||||
return chain
|
||||
|
||||
def set_secondary_demodulator(self, what):
|
||||
|
Loading…
Reference in New Issue
Block a user