[Openal] Re: OpenAL Soft performance question
Chris Robinson
chris.kcat at gmail.com
Wed Oct 7 09:44:27 PDT 2009
On Wednesday 07 October 2009 6:44:20 am Troy Yee wrote:
> Thanks for the response Chris.
>
> The problem seems to be time related. It can happen when very few
> sounds ever get played. The application could potentially have the
> sound devices open for that period of time with very little activity.
Out of curiosity, are you using dmix or direct hardware? It looks
conspicuously like a problem with the total number of bytes written to the
device through ALSA causing an overflow, in which case it doesn't matter what,
if anything, is actually played with OpenAL. It keeps sending samples to the
device anyway.
Just to be sure, there are no messages printed to the console by OpenAL when
the problem occurs?
More information about the Openal
mailing list