re-wire the audio output to "null" - thanks to @dl9rdz
This commit is contained in:
parent
ebba6e1ada
commit
ad565c5a2b
@ -243,7 +243,7 @@ class dsp(object):
|
||||
chain += ["csdr fmdemod_quadri_cf"]
|
||||
if self.last_decimation != 1.0:
|
||||
chain += ["csdr fractional_decimator_ff {last_decimation}"]
|
||||
return chain + ["csdr convert_f_s16", "direwolf -c {direwolf_config} -r {audio_rate} -t 0 -q d -q h - 1>&2"]
|
||||
return chain + ["csdr convert_f_s16", "direwolf -c {direwolf_config} -r {audio_rate} -t 0 -q d -q h 1>&2"]
|
||||
elif which == "pocsag":
|
||||
chain += ["csdr fmdemod_quadri_cf"]
|
||||
if self.last_decimation != 1.0:
|
||||
|
@ -18,6 +18,7 @@ class DirewolfConfig(object):
|
||||
|
||||
config = """
|
||||
ACHANNELS 1
|
||||
ADEVICE stdin null
|
||||
|
||||
CHANNEL 0
|
||||
MYCALL {callsign}
|
||||
|
Loading…
Reference in New Issue
Block a user