Can anyone tell me why the volume becomes lower when I make the pitch higher in openal? The higher the pitch, the lower the volume.....
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.