Edit of asset "Simple Audio Manager" Accepted

Old/Current New/Edit
Title Simple Audio Manager
Description A simple audio manager that allows for basic audio in both 2D and 3D.

Create AudioFile Resources with your music and sounds. Use the Audio autoload to play the AudioFiles.

The Simple Audio Manager will create the Music and SFX buses on runtime if they do not already exist.

Currently the manager supports only 1 music file being played at a time, and will fade between the old and the new music (if music is playing).

The AudioFile resource can have multiple audio streams (files) set, and will randomly pick one on play.

Update 1.02: Added Audio Autoload to group "SimpleAudioManager" to allow code to validate if the autoload is present on runtime.

Update 1.03:
- Updated the play_audio to validate null pointers and push a proper error.
- Updated autoload with new signal BusVolumeUpdate(id:String, value:float) to more easily use volume updates
A simple audio manager that allows for basic audio in both 2D and 3D.

Create AudioFile Resources with your music and sounds. Use the Audio autoload to play the AudioFiles.

The Simple Audio Manager will create the Music and SFX buses on runtime if they do not already exist.

Currently the manager supports only 1 music file being played at a time, and will fade between the old and the new music (if music is playing).

The AudioFile resource can have multiple audio streams (files) set, and will randomly pick one on play.

Update 1.02: Added Audio Autoload to group "SimpleAudioManager" to allow code to validate if the autoload is present on runtime.
Category Misc
License MIT
Repository Provider GitHub
Repository Url https://github.com/symbol24/audio-by-symbol24
Issues Url https://github.com/symbol24/audio-by-symbol24/issues
Godot version Godot 4.3
Version String 1.02 1.02
Download Commit 759e27f8a6aa2dce05a31a33132cfda3cb9094c0 2422a0c4cb829981f356d2aa96ce0f30fd4d0dd0
Download Url (Computed) https://github.com/symbol24/audio-by-symbol24/archive/759e27f8a6aa2dce05a31a33132cfda3cb9094c0.zip https://github.com/symbol24/audio-by-symbol24/archive/2422a0c4cb829981f356d2aa96ce0f30fd4d0dd0.zip
Icon Url https://i.imgur.com/VaNdB6W.png
Preview Update
Type image
Image/Video URL https://i.imgur.com/2NdEEZP.png
Thumbnail https://i.imgur.com/2NdEEZP.png
Preview Update
Type image
Image/Video URL https://i.imgur.com/dKSzSKN.png
Thumbnail https://i.imgur.com/dKSzSKN.png
Preview Update
Type image
Image/Video URL https://i.imgur.com/8z6ooNV.png
Thumbnail https://i.imgur.com/8z6ooNV.png