On Sat, May 14, 2016 at 1:41 AM, Paul Davis <paul(a)linuxaudiosystems.com>
wrote:
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.
But why not just use two clients in the same program to achieve the same
thing?