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