On Mon, Nov 14, 2011 at 2:03 AM, Harry van Haaren <harryhaaren(a)gmail.com>wrote;wrote:
On Mon, Nov 14, 2011 at 6:29 AM, Iain Duncan
<iainduncanlists(a)gmail.com>wrote;wrote:
Can anyone point me at what they consider the
best thing to look at for
an introduction to communication between threads in a jack app using the
ringbuffer?
There's an example client in the JACK source called "capture client",
that's a pretty common response to said question. It writes audio data to
the ring, and a disk thread takes it and does the writes in a non-RT
context.
I will do a tutorial style blog post on "extreme" simple ringbuffer usage
in the near future. -Harry
Thanks, I'd be interested in seeing your tutorial, perhaps I can contribute
by helping you make sure it's clear to the newby.
Thanks
Iain