geowarin / godot_sound_manager

A simple music and sound effect player for the Godot Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Sound Manager

A simple music and sound effect player for the Godot Engine.

NOTE: This is for Godot 4. If you are using Godot 3 then have a look at the v1.x branch.

Patreon Discord

Features

  • Pooled audio players
  • Handles music crossfades
  • Autodetect probable audio buses for both sounds and music
  • Splits sounds up into UI sounds and local sounds
  • Supports both GDScript and C#

Installation

Copy the addons/sound_manager directory into your res://addons/ directory.

Enable SoundManager in project plugins.

Documentation

Contributors

Godot Sound Manager is made by Nathan Hoad with help from these cool people.

License

Licensed under the MIT license, see LICENSE for more information.

About

A simple music and sound effect player for the Godot Engine

License:MIT License


Languages

Language:GDScript 72.6%Language:C# 27.4%