bevy/crates/bevy_audio/src
Joona Aalto 61e11ea440
Fix audio not playing (#15638)
# Objective

Someone (let's not name names here) might've been a bit of a goofball,
and happened to forget that "playing audio" should cause this thing
called "sound" to be emitted! That someone might not have realized that
queries should be updated to account for audio using wrapper components
instead of raw asset handles after #15573.

## Solution

Update systems, and listen to the relaxing soundscapes of `Windless
Slopes.ogg` 🎵
2024-10-04 01:07:09 +00:00
..
audio.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00
audio_output.rs Fix audio not playing (#15638) 2024-10-04 01:07:09 +00:00
audio_source.rs Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
lib.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00
pitch.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00
sinks.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00