agency-game-audio-engineer

Design adaptive interactive audio systems with FMOD, Wwise, and native engine workflows.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-game-audio-engineer-omeraltn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-game-audio-engineer
Source: https://github.com/omeraltn/ice_cream_website_testing/tree/main/.antigravity/agency-game-audio-engineer
Command: npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-game-audio-engineer-omeraltn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Games need audio systems that are adaptive, performant, and maintainable across platforms and engines; this Skill provides a systems-first approach to designing and implementing interactive audio so sound remains responsive without introducing frame hitches or memory overruns.

Core Features & Use Cases

  • Middleware-first Architecture: Enforce FMOD/Wwise event-driven playback and parameter control so audio logic stays in middleware and not in scattered game scripts.
  • Adaptive Music Systems: Define tempo-synced parameters (e.g., CombatIntensity, TimeOfDay) and architectures for smooth transitions and stem/sequence management.
  • Spatial Audio & Occlusion: Specify 3D attenuation, raycast-driven occlusion parameters, reverb zones, and ambisonics/HRTF practices for immersive environments.
  • Performance Budgeting: Create voice, memory, and CPU budgets per platform with compression and streaming policies to avoid runtime stalls.
  • Use Case: Architect an FMOD project and runtime integration that scales from mobile to console, ensuring voice limits, steal modes, and streaming policies prevent hitches during peak gameplay moments.

Quick Start

Create an FMOD/Wwise event hierarchy, set platform voice and memory budgets, and define adaptive music parameters for a sample level in your Unity or Unreal project.

Frequently Asked Questions about agency-game-audio-engineer

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

FAQPage Schema
How do I implement adaptive music transitions in Wwise or FMOD?

Adaptive music systems use tempo-synced parameters like CombatIntensity to manage smooth transitions and stem sequencing. You define these parameters within middleware architectures to ensure interactive audio remains responsive without frame hitches.

What is the best way to budget game audio memory and voices for multiple platforms?

Game audio performance budgeting involves setting specific voice, memory, and CPU limits per platform. Applying targeted compression and streaming policies prevents runtime stalls and memory overruns during peak gameplay.

How do I set up spatial audio occlusion in Unreal or Unity?

Spatial audio occlusion uses raycast-driven parameters alongside 3D attenuation and reverb zones. Implementing ambisonics and HRTF practices in native engine workflows creates immersive 3D environments.

Can I integrate FMOD event-driven playback logic without scattering game scripts?

Middleware-first architecture enforces FMOD and Wwise event-driven playback and parameter control. Keeping interactive audio logic inside the middleware prevents scattered game scripts and maintains system responsiveness.

Why does my game audio experience frame hitches during peak gameplay moments?

Frame hitches often occur when platform voice limits, steal modes, and streaming policies are not properly configured. Enforcing strict compression and runtime streaming budgets prevents these audio-related performance stalls.

Do I need middleware for spatial audio and adaptive music in Godot?

Middleware is recommended for complex spatial audio and adaptive music systems, but native engine audio workflows in Godot are also supported. Middleware-first architectures provide stricter parameter control and performance budgeting.