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 Godot 4.3
Version String 1.0.2 1.0.2
Download Commit 9dfeaec5c3e09a4d1f90c62e10a1672a14ba0af1 9dfeaec5c3e09a4d1f90c62e10a1672a14ba0af1
Download Url (Computed) https://github.com/Saulo-de-Souza/AudioManager/archive/9dfeaec5c3e09a4d1f90c62e10a1672a14ba0af1.zip https://github.com/Saulo-de-Souza/AudioManager/archive/9dfeaec5c3e09a4d1f90c62e10a1672a14ba0af1.zip
Icon Url https://raw.githubusercontent.com/Saulo-de-Souza/AudioManager/refs/heads/master/addons/audio_manager/images/icon-omni.png