What problem does it solve?
This Skill helps you design and implement game audio that responds in real time to gameplay events, player actions, and environment changes without creating a brittle, hardcoded audio setup.
Core Features & Use Cases
- Event-driven audio architecture: Map gameplay events to middleware calls so sound design can iterate independently from code.
- Adaptive music systems: Implement vertical layering, horizontal re-sequencing, and state-machine-driven transitions for music that changes with game states.
- Spatial audio with realism: Create 3D spatialization workflows including distance attenuation, HRTF-based perception for headphones/VR, occlusion, and reverb zones.
- FMOD and Wwise integration: Use middleware-specific setup patterns, parameter automation, and runtime APIs (including bus/mix organization and performance optimization).
- Audio mixing and optimization: Design bus hierarchies with ducking, voice limits, and streaming/compression strategies to avoid clipping, memory spikes, and CPU overload.
Quick Start
Use the game-audio skill to generate an end-to-end plan for your game’s audio event system, then request Unity + FMOD (or Wwise) code for one concrete gameplay flow such as “player jump triggers a 3D sound event.”