From: ehofman Date: Fri, 4 Jun 2004 16:59:12 +0000 (+0000) Subject: Tweak the doppler effect. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=371fc73f2458f74eab3ef87828d81786bb836462;p=simgear.git Tweak the doppler effect. --- diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 7c7b89b6..daf0729e 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -86,6 +86,7 @@ SGSoundMgr::SGSoundMgr() { // exaggerate the ear candy? alDopplerFactor(1.0); + alDopplerVelocity(340.0); // speed of sound in meters per second. } // destructor