audio

Documents bevy_audio usage and SpatialAudioSink configuration for Bevy 0.15 projects.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/gregoryraymond/claude-agents-and-skills --skill audio-gregoryraymond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio
Source: https://github.com/gregoryraymond/claude-agents-and-skills/tree/main/skills/audio
Command: npx skills add https://github.com/gregoryraymond/claude-agents-and-skills --skill audio-gregoryraymond

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves the challenge of implementing Bevy 0.15 audio features by providing a comprehensive reference.

Core Features & Use Cases

  • Built-in bevy_audio usage guidance including playing one-shot and looping sounds.
  • Spatial audio setup and 3D sound source configuration with SpatialAudioSink.
  • Architecture patterns and performance tips for robust audio integration in Bevy projects.

Quick Start

Load this skill when starting an audio integration in a Bevy 0.15 project to align built-in and recommended audio options.

Frequently Asked Questions about audio

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

FAQPage Schema
How do I play one-shot and looping sounds in Bevy 0.15?

Bevy 0.15 audio integration uses the built-in bevy_audio crate to trigger one-shot sound effects and configure looping audio assets. This provides direct control over basic game audio playback.

How do I configure spatial audio sources in Bevy?

Spatial audio in Bevy is configured using SpatialAudioSink to set up 3D sound sources. This allows positioning audio emitters within your game world for realistic directional audio playback.

What is the best architecture for integrating audio in a Bevy game project?

The best architecture for Bevy audio integration involves structuring built-in bevy_audio usage with recommended patterns and performance tips. This ensures robust handling of sounds, spatial audio, and music within your project.

Can I use bevy_audio for both game sound effects and background music?

Yes, bevy_audio handles both playing one-shot sounds for effects and looping sounds for background music. The built-in features support comprehensive audio integration for various game development needs.

Does Bevy 0.15 include built-in support for spatial audio?

Yes, Bevy 0.15 includes built-in spatial audio support that can be configured using SpatialAudioSink. This enables developers to implement 3D sound source positioning directly within the Bevy game engine.