Edit of asset "Audio Manager" Accepted

Old/Current New/Edit
Title Audio Manager 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.
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 Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/Saulo-de-Souza/AudioManager https://github.com/Saulo-de-Souza/AudioManager
Issues Url https://github.com/Saulo-de-Souza/AudioManager/issues https://github.com/Saulo-de-Souza/AudioManager/issues
Godot version Godot 4.4 Godot 4.4
Version String 1.0 1.0
Download Commit 342fba05ae843417fb9da5e9749318ce748bad12 342fba05ae843417fb9da5e9749318ce748bad12
Download Url (Computed) https://github.com/Saulo-de-Souza/AudioManager/archive/342fba05ae843417fb9da5e9749318ce748bad12.zip https://github.com/Saulo-de-Souza/AudioManager/archive/342fba05ae843417fb9da5e9749318ce748bad12.zip
Icon Url https://raw.githubusercontent.com/Saulo-de-Souza/AudioManager/refs/heads/master/addons/audio_manager/images/icon-omni.png
https://raw.githubusercontent.com/Saulo-de-Souza/AudioManager/refs/heads/master/addons/audio_manager/images/icon-omni.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Saulo-de-Souza/AudioManager/refs/heads/master/addons/audio_manager/images/screenshots/screenshot_1.png
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Saulo-de-Souza/AudioManager/refs/heads/master/addons/audio_manager/images/screenshots/screenshot_2d.png
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Saulo-de-Souza/AudioManager/refs/heads/master/addons/audio_manager/images/screenshots/screenshot_3d.png
Thumbnail