Home
last modified time | relevance | path

Searched refs:other_reverb (Results 1 – 1 of 1) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalmultireverb.c302 const EFXEAXREVERBPROPERTIES *other_reverb, *this_reverb; in UpdateListenerAndEffects() local
323 other_reverb = &reverbs[1]; in UpdateListenerAndEffects()
331 other_reverb = &reverbs[0]; in UpdateListenerAndEffects()
411 …alEffectf(other_effect, AL_EAXREVERB_REFLECTIONS_GAIN, other_reverb->flReflectionsGain * sqrtf(1.0… in UpdateListenerAndEffects()
412 …alEffectf(other_effect, AL_EAXREVERB_LATE_REVERB_GAIN, other_reverb->flLateReverbGain * sqrtf(1.0f… in UpdateListenerAndEffects()