audio-systems

Automate end-to-end game audio orchestration across spatialization, middleware, and runtime.

13|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/eng-cc/agent-world --skill audio-systems-eng-cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio-systems
Source: https://github.com/eng-cc/agent-world/tree/main/.agents/skills/audio-systems
Command: npx skills add https://github.com/eng-cc/agent-world --skill audio-systems-eng-cc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Design and implement robust, modular game audio systems that seamlessly integrate spatial audio, middleware (FMOD/WWISE), and runtime playback to create immersive soundscapes and responsive audio experiences.

Core Features & Use Cases

  • Spatial Audio & Mixing: 3D sound placement, attenuation, and dynamic mixing for realistic game environments.
  • Middleware Integration: Unified workflows for FMOD and WWISE with Unity or other engines.
  • Runtime Audio Management: Engine-friendly audio manager patterns, resource pooling, and event-driven playback.
  • Use Case: Develop a responsive audio layer for a multiplayer game where SFX, music, and voice adapt to player positions and game states.

Quick Start

Configure a spatial audio pipeline by wiring Unity with FMOD/WWISE assets and deploy a runtime playback setup.

Frequently Asked Questions about audio-systems

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

FAQPage Schema
How do I integrate FMOD or Wwise with Unity for spatial audio playback?

You can integrate FMOD or Wwise with Unity by configuring a unified middleware workflow that wires engine scripts to middleware assets for event-driven runtime playback. This setup handles 3D sound placement, attenuation, and dynamic mixing.

What is the best way to manage runtime audio pooling and event-driven SFX in Unity C#?

The best way to manage runtime audio pooling and event-driven SFX in Unity C# is through engine-friendly audio manager patterns that handle resource pooling and production-grade routing. This ensures responsive playback for SFX, music, and voice across varying game states.

Does this audio orchestration approach support both FMOD and Wwise middleware?

Yes, this audio orchestration approach supports both FMOD and Wwise middleware. It provides modular middleware integration that creates unified workflows for either tool within real-time game engines like Unity and Unreal.

How do I set up 3D spatial audio and dynamic mixing for a multiplayer game environment?

To set up 3D spatial audio and dynamic mixing for a multiplayer game environment, configure spatialization pipelines that adapt SFX, music, and voice to player positions and game states. This creates realistic attenuation and responsive soundscapes.

Can I use this audio system to handle dynamic voice and music adaptation based on game states?

Yes, you can use this audio system to handle dynamic voice and music adaptation based on game states. It orchestrates runtime playback and event-driven behaviors that automatically adjust audio layers to match real-time player positions and game conditions.