<div class="gmail_quote">On Mon, Nov 14, 2011 at 6:29 AM, Iain Duncan <span dir="ltr"><<a href="mailto:iainduncanlists@gmail.com">iainduncanlists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>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?<br></div></blockquote><div><br>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.<br>
<br>I will do a tutorial style blog post on "extreme" simple ringbuffer usage in the near future. -Harry<br></div></div>