<p>If I could just connect them directly that would be fine. Output and input are matched.</p>
<p>I just haven't figured that out yet. </p>
<div class="gmail_quote">On Oct 9, 2011 3:07 PM, "Maarten Bosmans" <<a href="mailto:mkbosmans@gmail.com">mkbosmans@gmail.com</a>> 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 <<a href="mailto:remi@remlab.net">remi@remlab.net</a>>:<br>
> Le dimanche 9 octobre 2011 17:13:00 Chris, vous avez écrit :<br>
>> I haven't found a sort of one-liner example for this yet and I know it's<br>
>> possible, but I'm being a bit dense following the FAQ.<br>
>><br>
>> What I want is a 'virtual audio cable' local to the OS for two applications<br>
>> to use.<br>
>><br>
>> I want a device created that is a sink and a source.<br>
><br>
> 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>
>> I want application one to use the device for its audio output<br>
>><br>
>> I want application two to use the device for its audio input.<br>
>><br>
>> A functional equivalent of line-out to line-in of two devices.<br>
><br>
> ...but it might be easier to rely on the monitoring source of your default<br>
> sink instead. You can either monitor one specific sink input, or the whole<br>
> 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 <<a href="mailto:kc2rgw@gmail.com">kc2rgw@gmail.com</a>>:<br>
> A functional equivalent of line-out to line-in of two devices.<br>
><br>
> 44100 would be ideal for the sample rate for both ends<br>
><br>
> The application is for ham radio DSP of the stream so as little mangling of<br>
> the stream as possible is highly desirable. Lossy transcoding would hurt<br>
> the signal quality.<br>
<br>
Are you required to use pulse input/output of the applications? Can'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>