From 325fca5215982da3267486f2605df47b6c6c826d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 16 Mar 2018 05:01:00 -0700 Subject: Change the presets for the multireverb example --- examples/almultireverb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/almultireverb.c b/examples/almultireverb.c index 2f820914..47bc86e2 100644 --- a/examples/almultireverb.c +++ b/examples/almultireverb.c @@ -235,8 +235,8 @@ static ALfloat dot_product(const ALfloat vec0[3], const ALfloat vec1[3]) int main(int argc, char **argv) { static const int MaxTransitions = 8; - EFXEAXREVERBPROPERTIES reverb0 = EFX_REVERB_PRESET_CASTLE_LARGEROOM; - EFXEAXREVERBPROPERTIES reverb1 = EFX_REVERB_PRESET_CASTLE_LONGPASSAGE; + EFXEAXREVERBPROPERTIES reverb0 = EFX_REVERB_PRESET_CARPETEDHALLWAY; + EFXEAXREVERBPROPERTIES reverb1 = EFX_REVERB_PRESET_BATHROOM; struct timespec basetime; ALCdevice *device = NULL; ALCcontext *context = NULL; -- cgit v1.2.3