Skip to contents

Play a sound.

Usage

play_sound(sound)

Arguments

sound

A sound.

Note

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

void PlaySound(Sound sound);

Examples

if (FALSE) {
play_sound(load_sound("sound.wav"))
}