How can I adjust the volume of a sound in the OpenAL sound library?
float newVolume = 0.4f; alSourcef(currentSourceID, AL_GAIN, newVolume);