<p>If I could just connect them directly that would be fine. Output and input are matched.</p>
<p>I just haven&#39;t figured that out yet. </p>
<div class="gmail_quote">On Oct 9, 2011 3:07 PM, &quot;Maarten Bosmans&quot; &lt;<a href="mailto:mkbosmans@gmail.com">mkbosmans@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2011/10/9 Rémi Denis-Courmont &lt;<a href="mailto:remi@remlab.net">remi@remlab.net</a>&gt;:<br>
&gt; Le dimanche 9 octobre 2011 17:13:00 Chris, vous avez écrit :<br>
&gt;&gt; I haven&#39;t found a sort of one-liner example for this yet and I know it&#39;s<br>
&gt;&gt; possible, but I&#39;m being a bit dense following the FAQ.<br>
&gt;&gt;<br>
&gt;&gt; What I want is a &#39;virtual audio cable&#39; local to the OS for two applications<br>
&gt;&gt; to use.<br>
&gt;&gt;<br>
&gt;&gt; I want a device created that is a sink and a source.<br>
&gt;<br>
&gt; The loopback plugin does that...<br>
<br>
module-loopback is sorta the other way around: it works like an<br>
application that connects a sink to source. The OP asked for a<br>
sink/source pair that connects two apps.<br>
<br>
&gt;&gt; I want application one to use the device for its audio output<br>
&gt;&gt;<br>
&gt;&gt; I want application two to use the device for its audio input.<br>
&gt;&gt;<br>
&gt;&gt; A functional equivalent of line-out to line-in of two devices.<br>
&gt;<br>
&gt; ...but it might be easier to rely on the monitoring source of your default<br>
&gt; sink instead. You can either monitor one specific sink input, or the whole<br>
&gt; sink.<br>
<br>
Use a null sink to play audio to and its monitor to record from.<br>
See <a href="http://www.pulseaudio.org/wiki/Modules#module-null-sink" target="_blank">http://www.pulseaudio.org/wiki/Modules#module-null-sink</a> for no<br>
further information.<br>
<br>
2011/10/9 Chris &lt;<a href="mailto:kc2rgw@gmail.com">kc2rgw@gmail.com</a>&gt;:<br>
&gt; A functional equivalent of line-out to line-in of two devices.<br>
&gt;<br>
&gt; 44100 would be ideal for the sample rate for both ends<br>
&gt;<br>
&gt; The application is for ham radio DSP of the stream so as little mangling of<br>
&gt; the stream as possible is highly desirable.  Lossy transcoding would hurt<br>
&gt; the signal quality.<br>
<br>
Are you required to use pulse input/output of the applications? Can&#39;t<br>
you just pipe them together?<br>
Pulse can certainly be configured not to touch the audio with<br>
resampling/mixing, but if you insists in doing so, why even bother<br>
with all the capabilities pulseaudio provides?<br>
<br>
Maarten<br>
_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@lists.freedesktop.org">pulseaudio-discuss@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss" target="_blank">http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss</a><br>
</blockquote></div>