Re: Queueing Buffers question
Chris Robinson <[email protected]> Mon, 03 Dec 2012 01:04:58 -0800
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
On 11/30/2012 07:31 AM, [email protected] wrote: > A follow-up question, though. I have learned how to un-queue used > buffers, which is pretty easy. > > Is there any way to un-queue *pending* buffers that have been queued but > haven't been played yet? Unfortunately no, because that risks unqueueing a buffer that is being processed. You'd have to stop the source, which marks all buffers as processed and resets the source offset. _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal