<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div> </div><div>Peter P: </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi list,<br>
<br>
I am wondering how I could make a VU meter automatically receive all<br>
audio that is sent to specific jack output ports by various<br>
applications, also from those that I will start later on a given day.<br>
<br>
thank you for all ideas!<br></blockquote><div><br></div><div>Hi,</div><div><br></div><div>jack_capture is able to do exactly what you ask for.</div><div>jack_capture is mainly made for recording audio,</div><div>but to avoid recording anything, just run it in "timemachine"</div><div>mode:</div><div><br></div><div><div>$ jack_capture --meterbridge --timemachine --port system:playback_1 --port system:playback_2</div></div><div><br></div><div>(make sure "meterbridge" is installed)</div><div><br></div></div></div></div>