godot-audio-manager

Configure Godot audio buses, import settings, and an AudioManager autoload.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Jorge-D-Robles/vibe-rpg --skill godot-audio-manager
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: godot-audio-manager
Source: https://github.com/Jorge-D-Robles/vibe-rpg/tree/main/.gemini/skills/godot-audio-manager
Command: npx skills add https://github.com/Jorge-D-Robles/vibe-rpg --skill godot-audio-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sets up the audio infrastructure for a Godot game, including bus layouts, import settings, and an autoloaded AudioManager for centralized control.

Core Features & Use Cases

  • Audio Bus Layout configuration and sample file guidance (res://default_bus_layout.tres)
  • Import settings guidance for SFX and Music
  • Playing audio in code via an AudioManager autoload
  • Runtime volume controls and cross-scene consistency

Quick Start

Create the default audio bus layout, configure the project’s audio settings, and enable the AudioManager autoload in your Godot project.

Frequently Asked Questions about godot-audio-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I centralize Godot audio routing and playback across scenes?▼

To centralize Godot audio routing, configure a default bus layout and enable an AudioManager autoload. This ensures consistent cross-scene playback and provides simplified SFX and music management for your game project.

What is the best way to manage SFX and music volume in GDScript?▼

Managing SFX and music volume in GDScript is best handled by an autoloaded AudioManager. It provides runtime controls for audio playback and centralizes bus management, ensuring consistent cross-scene audio.

How do I configure default bus layouts and import settings for Godot audio?▼

Configure Godot audio by setting up the default_bus_layout.tres file and adjusting default import settings for SFX and music. The system initializes by wiring these bus layouts to an AudioManager autoload.

Can I use an autoload to maintain cross-scene audio consistency in Godot?▼

Yes, you can use an autoload to maintain cross-scene audio consistency in Godot. An AudioManager autoload handles global playback and volume controls, preventing audio interruptions during scene transitions.

Does this Godot audio system work with existing projects?▼

Yes, this Godot audio system works with existing projects. It configures and initializes centralized audio infrastructure by wiring bus layouts and an AudioManager autoload into your current setup without requiring a new project.