Changing the refresh rate of OpenAL
"Oleksiy Frolov" <[email protected]>
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
Hello *
There was a statement earlier in the mailing list that OpenAL is not for
a low latency applications. But I don't see why one could not make it mix
faster (and consume more CPU), when necessary - to achieve a lower
propagation times ?
However, when I try to do so - specify the different refresh rate, like
int attrlist[] = { ALC_REFRESH, 50, ALC_INVALID };
ctx = alcCreateContext(dev[0], attrlist);
the refresh rate does not change. It always stays at 40 (or 43 for openAL
soft) at my windows XP.
Any idea if this parameter can be controlled in some other way ?
Thank you
regards,
Oleksiy
_______________________________________________
Openal mailing list
[email protected]
http://opensource.creative.com/mailman/listinfo/openal