diff options
author | Chris Robinson <[email protected]> | 2018-03-16 05:01:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-03-16 05:01:00 -0700 |
commit | 325fca5215982da3267486f2605df47b6c6c826d (patch) | |
tree | 15a91b02db29926917a3ab375d193ebd1d859a23 | |
parent | 3fde27d89098f6f71f82c06f89a2acbaa5f20400 (diff) |
Change the presets for the multireverb example
-rw-r--r-- | examples/almultireverb.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |