aboutsummaryrefslogtreecommitdiffstats
path: root/aataaj.lua
diff options
context:
space:
mode:
Diffstat (limited to 'aataaj.lua')
-rwxr-xr-xaataaj.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/aataaj.lua b/aataaj.lua
index 7e6c762..a7e9d33 100755
--- a/aataaj.lua
+++ b/aataaj.lua
@@ -477,7 +477,9 @@ elseif 'JACK' == cmd then
477 end 477 end
478 for j,c in ipairs(C['captureDevs']) do 478 for j,c in ipairs(C['captureDevs']) do
479 print('HW capture: ' .. C['name'] .. '\tDEVICE: ' .. C['captureDevs'][j]) 479 print('HW capture: ' .. C['name'] .. '\tDEVICE: ' .. C['captureDevs'][j])
480 __(AIN .. ' -j ' .. C['name'] .. '_' .. C['captureDevs'][j] .. '-out -d ' .. C['name'] .. C['captureDevs'][j]):fork() 480 -- TODO - This looks like the source of the "Detected excessive timing errors, waiting 10 seconds." spam. Shut it up for now, investigate later.
481 -- https://discourse.ardour.org/t/hdmi-speakers-are-silent-with-intermittent-noise/108563 last post might help.
482 __(AIN .. ' -j ' .. C['name'] .. '_' .. C['captureDevs'][j] .. '-out -d ' .. C['name'] .. C['captureDevs'][j]):noOut():fork()
481 end 483 end
482 end 484 end
483 print('') 485 print('')