aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvs12024-11-06 12:54:11 +1000
committerdvs12024-11-06 12:54:11 +1000
commit868dc3f818cd09be2dd08b05969fe83baf3fefab (patch)
tree786eb7643e34b09f4ddeb86eac03514c12ff066b
parentAnother failure at boot subdevices. Works in terminal, dammit. (diff)
downloadJackOnAllDevices-868dc3f818cd09be2dd08b05969fe83baf3fefab.zip
JackOnAllDevices-868dc3f818cd09be2dd08b05969fe83baf3fefab.tar.gz
JackOnAllDevices-868dc3f818cd09be2dd08b05969fe83baf3fefab.tar.bz2
JackOnAllDevices-868dc3f818cd09be2dd08b05969fe83baf3fefab.tar.xz
Shut up some spam.
Diffstat (limited to '')
-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('')