From 868dc3f818cd09be2dd08b05969fe83baf3fefab Mon Sep 17 00:00:00 2001 From: dvs1 Date: Wed, 6 Nov 2024 12:54:11 +1000 Subject: Shut up some spam. --- aataaj.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'aataaj.lua') 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 end for j,c in ipairs(C['captureDevs']) do print('HW capture: ' .. C['name'] .. '\tDEVICE: ' .. C['captureDevs'][j]) - __(AIN .. ' -j ' .. C['name'] .. '_' .. C['captureDevs'][j] .. '-out -d ' .. C['name'] .. C['captureDevs'][j]):fork() + -- TODO - This looks like the source of the "Detected excessive timing errors, waiting 10 seconds." spam. Shut it up for now, investigate later. + -- https://discourse.ardour.org/t/hdmi-speakers-are-silent-with-intermittent-noise/108563 last post might help. + __(AIN .. ' -j ' .. C['name'] .. '_' .. C['captureDevs'][j] .. '-out -d ' .. C['name'] .. C['captureDevs'][j]):noOut():fork() end end print('') -- cgit v1.1