<div dir="ltr"><div>Drivers are in-process, not out-of-process like most clients.<br><br></div>You could write two in-process clients. You could also write slave drivers, which are like backends but different in subtle ways. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 15, 2016 at 2:17 AM, Kjetil Matheussen <span dir="ltr"><<a href="mailto:k.s.matheussen@gmail.com" target="_blank">k.s.matheussen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Sat, May 14, 2016 at 1:41 AM, Paul Davis <span dir="ltr"><<a href="mailto:paul@linuxaudiosystems.com" target="_blank">paul@linuxaudiosystems.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You can't do duplex properly as a client. The main difference between a JACK "driver" (aka "backend") and a client is that a driver consists of two halves. One is executed at the start of a process cycle, to collect data from the hardware; the other is executed at the end of a process cycle, to deliver data to the hardware.<div><br></div></div></blockquote><div> </div></span><div>But why not just use two clients in the same program to achieve the same thing?</div><div><br></div><div><br></div></div></div></div>
</blockquote></div><br></div>