openal pitch change volume
Can anyone tell me why the volume in openal becomes lower and lower if I change the pitch higher and higher? Thanks in advance.
alSourcef(source, AL_PITCH, 1.2f);
alSourcef(source, AL_GAIN, 1.0f);
with this setting, the volume is still very very low. is there a way to cheat it to make the gain above 1? Maybe this has something to do with distance???
FYI, the source is a voice recorded from AVrecorder, so I cant set the source volume any higher.
Last edited by hotsam99; 10-11-2010 at 04:24 PM.
|