Skip to contents

Set pitch for audio stream (1.0 is base level).

Usage

set_audio_stream_pitch(stream, pitch)

Arguments

stream

An audio_stream.

pitch

A number.

Note

This function has been auto-generated from the following Raylib function definition:

void SetAudioStreamPitch(AudioStream stream, float pitch);