diff options
Diffstat (limited to '')
-rwxr-xr-x | aataaj.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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('') |