From ad565c5a2b654b5728e53af0aae1bcc57d781d1c Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 17 Feb 2020 12:06:13 +0100 Subject: [PATCH] re-wire the audio output to "null" - thanks to @dl9rdz --- csdr/csdr.py | 2 +- owrx/kiss.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/csdr/csdr.py b/csdr/csdr.py index b2f2129..5aac982 100644 --- a/csdr/csdr.py +++ b/csdr/csdr.py @@ -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: diff --git a/owrx/kiss.py b/owrx/kiss.py index 1ea9408..d47fa4d 100644 --- a/owrx/kiss.py +++ b/owrx/kiss.py @@ -18,6 +18,7 @@ class DirewolfConfig(object): config = """ ACHANNELS 1 +ADEVICE stdin null CHANNEL 0 MYCALL {callsign}