Skip to content
Snippets Groups Projects
Verified Commit 1710f69a authored by Ole Binder's avatar Ole Binder
Browse files

Feat: set clock_safe to false for jack

parent 40e7c863
No related branches found
No related tags found
1 merge request!8Feat jack support
...@@ -43,7 +43,7 @@ def get_input_line(source_id, device) = ...@@ -43,7 +43,7 @@ def get_input_line(source_id, device) =
if use_alsa == true then if use_alsa == true then
input.alsa(id=source_id, device=device, bufferize=!alsa_buffered_input) input.alsa(id=source_id, device=device, bufferize=!alsa_buffered_input)
elsif use_jack == true then elsif use_jack == true then
input.jack(id=source_id) input.jack(clock_safe=false, id=source_id)
else else
input.pulseaudio(id=source_id, client="aura_engine_#{source_id}") input.pulseaudio(id=source_id, client="aura_engine_#{source_id}")
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment