Re: Stereo playback problems
Chris Robinson <[email protected]> Wed, 05 Dec 2012 08:37:02 -0800
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
On 12/05/2012 07:46 AM, Steven Fuchs wrote: > Thanks! I have gotten reports that the new version 'fixes' the stereo > issue. They were using a special stereo test sample, so the mixing > was obvious. Cool. :) > The latest release did seem to introduce one problem though, It seems > the code alGetSourcef(m_ALSource, AL_GAIN, &m_StartVolume); generates > an error condition. > > I got this note: Looks like AL_GAIN may have been left out during > some refactoring, it appears in alGetSourcef() but isn't handled in > the helper function GetSourcedv() Crap. :( Yeah, the GetSourcedv function is missing the AL_GAIN case. I really need to find a way to handle the properties better so they don't have to be duplicated so much, or at least to make sure they aren't missed like this. Looks like another release may be in short order... _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal