09-23-04 02:22 AM
Hi all,
trying to setPitch on an OpenAL++ Source-object, I noticed this does
not work on a moving object (an object with dynamic position (Source
*)soundSource.setPosition(<xval>, <yval>, <zval> )). Only when calling
setAmbient(true) for this object (and thereby forgoing attenuation)
the pitch will change ...
Anyone else notice this too? I can see no mention of this behaviour in
the documentation, or google-searches.
Calling OpenAL directly (alSourcef(soundSource.getAlSource(),
AL_PITCH, <pitchval> )) doesn't work either.
Could it be a soundcard/sound-driver matter??? Soundcard at the moment
is on-board with Dell P4 (awaiting Audigy). OS: Linux RedHat 7.x.
Harry
[ Post a follow-up to this message ]
|