SetAudioStreamPitch method
Implementation
void SetAudioStreamPitch(
AudioStreamD stream,
num pitch,
) => run(
() => 'SetAudioStreamPitch($stream, $pitch)',
() => rl.Audio.SetAudioStreamPitch(
rl.Temp.AudioStream$.Ref1(stream).ref,
pitch.toDouble(),
),
);