Hi James,

James Sleeman schrieb am 20.12.2008 13:21:
Csaba Halász wrote:
http://kcat.strangesoft.net/openal.html Some distributions (notably
debian) have switched to this version from the "original"
implementation.

Ahh I see, using Ubuntu here and yes it appears to be this soft version.


I think the Doppler effect even should work with openal-soft.

Can you check, what is defined after

   #ifndef HAVE_WINDOWS_H
    #ifdef AL_VERSION_1_2
     #define USE_OPEN_AL_DOPPLER should work
    #else
     #define USE_OPEN_AL_DOPPLER_WITH_FIXED_LISTENER better than nothing
    #endif
   #else
    // the Open_AL Doppler calculation seems to be buggy on windows
    #define USE_SOFTWARE_DOPPLER seem to be necessary
   #endif

(file simgear/sound/sample_openal.hxx lines 65ff) and evaluate if Doppler works for you if you define one of the other two USE_.... macros (and undefine the defined one).

Best regards,
Maik
------------------------------------------------------------------------------
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to