SetSoundPitch abstract method

void SetSoundPitch(
  1. SoundD sound,
  2. double pitch
)

Set pitch for a sound (1.0 is base level)

Implementation

void SetSoundPitch(
  SoundD sound,
  double pitch,
);