Skip to contents

Check if a sound is currently playing.

Usage

is_sound_playing(sound)

Arguments

sound

A sound.

Value

A logical

Note

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

bool IsSoundPlaying(Sound sound);

See also