Edit of asset "Audio Manager" Accepted

Old/Current New/Edit
Title Audio Manager
Description AudioManager is a powerful plugin for the Godot Engine that simplifies and enhances audio management in your game. It supports Omni, 2D, and 3D audio types, allowing you to control playback, trimming, looping, and various audio properties from a single node. With this plugin, you can easily manage multiple audio tracks, apply effects like distance-based attenuation, and control playback programmatically.

The AudioManager centralizes audio management in Godot, allowing you to define and control multiple audio tracks (Omni, 2D, and 3D) within a single node. It uses custom resource types (AudioMangerOmni, AudioManger2D, AudioManger3D) to configure each track’s properties, such as trimming, looping, and playback settings. The plugin internally handles the creation and control of audio players and timers, providing a simple API for programmatic playback control.

The AudioManager node has a parent property (target_parent_audios) for 2D and 3D audio, and if this property is not set, the 2D and 3D audio are inserted into the parent node from where the AudioManager was inserted. This enables features such as audio attenuation and other positional effects based on the position of the AudioManager's parent node.

In addition to 2D and 3D audio, you have the omni option which behaves like Godot's native AudioStreamPlayer node.
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/Saulo-de-Souza/AudioManager
Issues Url https://github.com/Saulo-de-Souza/AudioManager/issues
Godot version Godot 4.3
Version String 1.0.3
Download Commit 30468ea1faa9b54e8fab19b2a6e9d79c45d2870d 41ffcff537fae61e7feb882fa174b0d4fbff60ab
Download Url (Computed) https://github.com/Saulo-de-Souza/AudioManager/archive/30468ea1faa9b54e8fab19b2a6e9d79c45d2870d.zip https://github.com/Saulo-de-Souza/AudioManager/archive/41ffcff537fae61e7feb882fa174b0d4fbff60ab.zip
Icon Url https://raw.githubusercontent.com/Saulo-de-Souza/AudioManager/refs/heads/master/addons/audio_manager/images/icon-omni.png