-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.UnloadSoundAlias
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Also delete the heap-allocated Sound
| Parameter | Default Value | Note |
|---|---|---|
| alias |
None.
raylib.InitAudioDevice
sound = raylib.LoadSound("resources/beep.wav")
alias = raylib.LoadSoundAlias(sound)
raylib.PlaySound alias
raylib.UnloadSoundAlias alias
raylib.UnloadSound sound
raylib.CloseAudioDevice