Skip to contents

Unload sound.

Usage

unload_sound(sound)

Arguments

sound

A sound.

Note

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

void UnloadSound(Sound sound);

Examples

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