From edd92caba146a9accdb1ad930b31bdebe3103ca8 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 27 Apr 2004 21:11:21 +0000 Subject: [PATCH] Tweak default source audio parameters. --- simgear/sound/sample_openal.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/sound/sample_openal.cxx b/simgear/sound/sample_openal.cxx index 85beea84..6d3739dc 100644 --- a/simgear/sound/sample_openal.cxx +++ b/simgear/sound/sample_openal.cxx @@ -131,8 +131,8 @@ SGSoundSample::SGSoundSample( const char *path, const char *file, alSourcei( source, AL_LOOPING, loop ); alSourcei( source, AL_SOURCE_RELATIVE, AL_TRUE ); - alSourcef( source, AL_REFERENCE_DISTANCE, 250.0f ); - alSourcef( source, AL_MAX_DISTANCE, 2000.0f ); + alSourcef( source, AL_REFERENCE_DISTANCE, 500.0f ); + alSourcef( source, AL_MAX_DISTANCE, 3000.0f ); } -- 2.39.5