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.
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.01
Download Commit 759e27f8a6aa2dce05a31a33132cfda3cb9094c0 f23624c97014dc1fca5752d666a24005f7c13e1e
Download Url (Computed) https://github.com/symbol24/audio-by-symbol24/archive/759e27f8a6aa2dce05a31a33132cfda3cb9094c0.zip https://github.com/symbol24/audio-by-symbol24/archive/f23624c97014dc1fca5752d666a24005f7c13e1e.zip
Icon Url https://i.imgur.com/VaNdB6W.png