/// <summary> /// Sets speed of sound for use by the doppler effect. /// </summary> /// <param name="speed">Speed of sound to assign. The default value is 343.3.</param> public void SetSpeedOfSound(float speed) { FreeSL.fslSetSpeedOfSound(speed); }