bevy/crates/bevy_audio/src
Wuketuke 4865c538b1
SpatialListener now requires a Transform (#19357)
I noticed that the `SpatialListener` asks to have a `Transform`
attached. It seemed weird that we didnt just use a require macro, so i
went ahead and did that
I also tweaked the system that plays audio to use a `&GlobalTransform`
instead of an `Option<&GlobalTransform>`
2025-07-07 19:48:57 +00:00
..
audio_output.rs SpatialListener now requires a Transform (#19357) 2025-07-07 19:48:57 +00:00
audio_source.rs Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
audio.rs SpatialListener now requires a Transform (#19357) 2025-07-07 19:48:57 +00:00
lib.rs bevyengine.org -> bevy.org (#19503) 2025-06-05 23:09:28 +00:00
pitch.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
sinks.rs Add AudioSinkPlayback::position (#19173) 2025-05-26 17:50:40 +00:00
volume.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00