]> git.mxchange.org Git - simgear.git/commitdiff
Tweak default source audio parameters.
authorcurt <curt>
Tue, 27 Apr 2004 21:11:21 +0000 (21:11 +0000)
committercurt <curt>
Tue, 27 Apr 2004 21:11:21 +0000 (21:11 +0000)
simgear/sound/sample_openal.cxx

index 85beea84eea9756061ee3087f872cf269f63c17f..6d3739dca3f52c2eb06fd86029f085aab05f07a2 100644 (file)
@@ -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 );
 }