SoundMgr::GetGlobalSoundSpeed
Defined in:
Returns the global speed of sound.
C4Sound.h
Prototype
float GetGlobalSoundSpeed(void) const;
Description
The GetGlobalSoundSpeed
function returns the global speed. This speed is used in calculations involving the Doppler effect and distance delays. The return value is in units of meters per second. The default speed of sound is 343.0 m/s.
See Also