bevy/examples/audio
Tim 4e9e78c31e
Split BufferedEvent from Event (#20101)
# Objective

> I think we should axe the shared `Event` trait entirely
It doesn't serve any functional purpose, and I don't think it's useful
pedagogically
@alice-i-cecile on discord

## Solution

- Remove `Event` as a supertrait of `BufferedEvent`
- Remove any `Event` derives that were made unnecessary
- Update release notes

---------

Co-authored-by: SpecificProtagonist <vincentjunge@posteo.net>
2025-07-14 21:31:48 +00:00
..
audio_control.rs fix: Ensure linear volume subtraction does not go below zero (#19423) 2025-06-05 03:59:20 +00:00
audio.rs AudioPlayer::new() (#16287) 2024-11-08 01:51:50 +00:00
decodable.rs Support decibels in bevy_audio::Volume (#17605) 2025-02-10 21:26:43 +00:00
pitch.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
soundtrack.rs fix: Ensure linear volume subtraction does not go below zero (#19423) 2025-06-05 03:59:20 +00:00
spatial_audio_2d.rs Update sprite_slice, spatial_audio_3d, spatial_audio_2d examples to use children macro (#18318) 2025-03-20 23:38:12 +00:00
spatial_audio_3d.rs Update sprite_slice, spatial_audio_3d, spatial_audio_2d examples to use children macro (#18318) 2025-03-20 23:38:12 +00:00