From: Erik Hofman Date: Wed, 26 Aug 2015 09:29:43 +0000 (+0200) Subject: It looks like the current version of OpenAL-Soft has better Doppler support X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6dd859c75e35c421b45729de87886b91a77ecd87;p=simgear.git It looks like the current version of OpenAL-Soft has better Doppler support --- diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index a3e1d3d7..b15fa393 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -239,9 +239,10 @@ void SGSoundMgr::init() if (_vendor == "Creative Labs Inc.") { _bad_doppler = true; - +#if 0 } else if (_vendor == "OpenAL Community" && _renderer == "OpenAL Soft") { _bad_doppler = true; +#endif } if (d->_free_sources.empty()) {