Skip to content

Commit

Permalink
Daemon - fully disable audio input on macOS when no input prefs set (…
Browse files Browse the repository at this point in the history
…default)
  • Loading branch information
samaaron committed Jul 16, 2023
1 parent 7e4ef91 commit 547d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/ruby/bin/daemon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 547d8cc

Please sign in to comment.