Skip to contents

Load sound from file.

Usage

load_sound(file_name)

Arguments

file_name

A string.

Value

A sound

Note

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

Sound LoadSound(const char *fileName);