SetAudioStreamPitch method

void SetAudioStreamPitch(
  1. AudioStreamC stream,
  2. double pitch
)

Set pitch for audio stream (1.0 is base level)

Implementation

void SetAudioStreamPitch(AudioStreamC stream, double pitch)
  => _SetAudioStreamPitch(stream, pitch);