<div dir="ltr">On Sun, Feb 14, 2016 at 2:24 PM, <a href="mailto:jonetsu@teksavvy.com">jonetsu@teksavvy.com</a> <<a href="mailto:jonetsu@teksavvy.com">jonetsu@teksavvy.com</a>> wrote:<br>> the web page it is mentioned, and shown, that an input and output (in<br>> this case from the mb audio interface, and USB) are not made to be<br>> connected together and doing so could/can damage the card.<br><br>In that case its a line output, and microphone input, which are different levels.<br> <br>> Then I have<br>> to ask before doing anything: is it possible to simply use a plain<br>> stereo RCA cable to connect the stereo out pair to the stereo in pair<br>> of a 1010LT card ?<br><br>So long as they're both the same level, no problem.<br>For the Art USB Dual Pre, just a normal guitar jack lead:<br><a href="http://openavproductions.com/loopback_cable.jpg">http://openavproductions.com/loopback_cable.jpg</a><br> <br>> If so, then how is jdelay connected and told to measure these connected<br>> ports ?  The man page mentions to connect the jdelay in and out<br>> together and that's all.  I guess this connection is used as a<br>> reference to measure the actual audio connections. The web page doe snot<br>> mention any argument to jdelay. Will it detect which ports are<br>> connected?<br><br>jack_iodelay is "just" a JACK client. You connect it to whatever you want,<br>in this case, we wish to measure the soundcard latency:<br><br>1) Patch RCA cable system-output-1 to system-input-one<br>2) connect jack_iodelay output to system:playback_1<br>3) connect jack_iodelay input to system:input_1<br><br>The *output* of jack_iodelay (it generates a sine-wave) gets played<br>through the output of the audio interface, the analog signal is recorded<br>again by the input, which is passed to jack_iodelays *input* port.<br><br>jack_iodelay compares how many samples have passed since it sent<br>that output, and can very accurately calculate how much time has passed.<br><br><br>The resulting audio path of this setup:<br>software playback -> ADC -> DAC -> software record.<br><br>Recording & playback with Ardour is:<br>ADC -> software record -> software playback -> DAC.<br><br>Note that the overall amount of work done is the same: its only<br>in a different order. The latency measurement taken is the exact<br>amount of latency you will experience when recording music.<br><br><br>Hope that clears up exactly whats going on :) -Harry<br><br>--<br><br><a href="http://www.openavproductions.com">http://www.openavproductions.com</a></div>