<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> Sebastian Gesemann:</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
@all: Thank you for your responses. I'm going to use my own ringbuffer<br>
using C++11's std::atomics.<br>
<br></blockquote><div><br></div><div>Here are a couple of alternatives:</div><div><br></div><div><a href="http://portaudio.com/docs/v19-doxydocs-dev/pa__ringbuffer_8h.html">http://portaudio.com/docs/v19-doxydocs-dev/pa__ringbuffer_8h.html</a><br></div><div><a href="http://www.boost.org/doc/libs/1_60_0/doc/html/lockfree.html">http://www.boost.org/doc/libs/1_60_0/doc/html/lockfree.html</a><br></div><div><br></div></div></div></div>