Skip to contents

Set pitch for a sound (1.0 is base level).

Usage

set_sound_pitch(sound, pitch)

Arguments

sound

A sound.

pitch

A number.

Note

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

void SetSoundPitch(Sound sound, float pitch);

See also