[AUDIO] Add an example of how to use LoadSoundAlias (#3223)

* Add a function to clone a sound and share data with another sound.

* rename items based on feedback

* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading

* sound_multi example
This commit is contained in:
Jeffery Myers 2023-08-04 08:14:04 -07:00 committed by GitHub
parent 601cadbae6
commit 62f5382d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 497 additions and 16 deletions

View file

@ -534,6 +534,7 @@ AUDIO = \
audio/audio_music_stream \
audio/audio_raw_stream \
audio/audio_sound_loading \
audio/audio_sound_multi \
audio/audio_stream_effects \
audio/audio_mixed_processor