Skip to content

Commit 547d8cc

Browse files
committed
Daemon - fully disable audio input on macOS when no input prefs set (default)
1 parent 7e4ef91 commit 547d8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/bin/daemon.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ def initialize(ports, no_scsynth_inputs=false)
11051105
@port = ports["scsynth"]
11061106

11071107
if no_scsynth_inputs
1108-
scsynth_inputs_hash = {"-i" => "0"}
1108+
scsynth_inputs_hash = {"-i" => "0", "-I" => "0"}
11091109
else
11101110
scsynth_inputs_hash = {}
11111111
end

0 commit comments

Comments
 (0)