SetAudioStreamPitch method
Implementation
@override
void SetAudioStreamPitch(
AudioStreamD stream,
num pitch,
) => run(
() => RaylibDebugLabels.SetAudioStreamPitch(stream, pitch),
() => rl.Audio.SetAudioStreamPitch.run2(
rl.Temp.AudioStream$.Ref1(stream).toJS,
pitch.toJS,
),
);