<div dir="ltr">Here's my asound.conf. I don't have the plugin, but shouldn't the ALSA loopback configuration have the same effect and instruct Firefox to output to the loopback device instead of outputting as a Jack client?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 1 January 2017 at 15:32, Fons Adriaensen <span dir="ltr"><<a href="mailto:fons@linuxaudio.org" target="_blank">fons@linuxaudio.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Dec 31, 2016 at 03:26:17AM +0000, Thomas Howe wrote:<br>
<br>
> This time it's not an impossible-to-reproduce bug, but a feature request!<br>
> Let me know it there's a better place to post this. I think similar things<br>
> have been suggested before, but this idea for a 'loopback' client hasn't as<br>
> far as I'm aware.<br>
<br>
</span>ALSA's 'jack' plugin can route audio from an ALSA-aware app to<br>
jack. You can specify to which jack ports it should connect.<br>
<br>
You need the alsa-plugins package and an .asoundrc file in your<br>
home directory. This works by making the jack plugin the default<br>
ALSA device. In the example below it will connect to zita-mu1 for<br>
output. I'm using this with Opera, works perfectly.<br>
<br>
Example .asoundrc:<br>
<br>
---<br>
pcm.!default {<br>
    type plug<br>
    slave { pcm "jack" }<br>
}<br>
<br>
pcm.jack {<br>
    type jack<br>
    playback_ports {<br>
       0 zita-mu1:in_2.L<br>
       1 zita-mu1:in_2.R<br>
    }<br>
    capture_ports {<br>
        0 system:capture_1<br>
        1 system:capture_2<br>
    }<br>
}<br>
___<br>
<br>
<br>
Ciao,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
FA<br>
<br>
A world of exhaustive, reliable metadata would be an utopia.<br>
It's also a pipe-dream, founded on self-delusion, nerd hubris<br>
and hysterically inflated market opportunities. (Cory Doctorow)<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Jack-Devel mailing list<br>
<a href="mailto:Jack-Devel@lists.jackaudio.org">Jack-Devel@lists.jackaudio.org</a><br>
<a href="http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org" rel="noreferrer" target="_blank">http://lists.jackaudio.org/<wbr>listinfo.cgi/jack-devel-<wbr>jackaudio.org</a><br>
</div></div></blockquote></div><br></div>