From 547d8ccbabb07bf21e468e17ed2c8ef9b2962048 Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Sun, 16 Jul 2023 19:34:57 +0100 Subject: [PATCH] Daemon - fully disable audio input on macOS when no input prefs set (default) --- app/server/ruby/bin/daemon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/ruby/bin/daemon.rb b/app/server/ruby/bin/daemon.rb index b8c7d51817..df8fd79b45 100755 --- a/app/server/ruby/bin/daemon.rb +++ b/app/server/ruby/bin/daemon.rb @@ -1105,7 +1105,7 @@ def initialize(ports, no_scsynth_inputs=false) @port = ports["scsynth"] if no_scsynth_inputs - scsynth_inputs_hash = {"-i" => "0"} + scsynth_inputs_hash = {"-i" => "0", "-I" => "0"} else scsynth_inputs_hash = {} end