[Openal] alSourceQueueBuffers Report Error
Garin Hiebert
garinh at cheesetoast.net
Fri Oct 27 08:12:35 PDT 2006
>
> So, to apply your scheme on my application, Is there any way that OpenAL can
> tell me that the one buffer is played finished even there are some buffers
> in the queue?
>
Yep -- just ask for the number of processed buffers (ask for
"AL_BUFFERS_PROCESSED") every once in a while, and if it's greater than
zero you can unqueue one or more.
Garin
More information about the Openal
mailing list