Beispiel #1
0
 /// <summary>
 /// Sets the playback speed of the current SoundObject.
 /// </summary>
 /// <param name="speed">Speed between 0 and 1 at which to play the sound.</param>
 public void SetSpeed(float speed)
 {
     FreeSL.fslSoundSetSpeed(_sound, speed);
 }