bevy/examples/audio
AlephCubed 5f86668bbb
Renamed EventWriter::send methods to write. (#17977)
Fixes #17856.

## Migration Guide
- `EventWriter::send` has been renamed to `EventWriter::write`.
- `EventWriter::send_batch` has been renamed to
`EventWriter::write_batch`.
- `EventWriter::send_default` has been renamed to
`EventWriter::write_default`.

---------

Co-authored-by: François Mockers <mockersf@gmail.com>
2025-02-23 21:18:52 +00:00
..
audio_control.rs Support decibels in bevy_audio::Volume (#17605) 2025-02-10 21:26:43 +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 Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00
soundtrack.rs Support decibels in bevy_audio::Volume (#17605) 2025-02-10 21:26:43 +00:00
spatial_audio_2d.rs AudioPlayer::new() (#16287) 2024-11-08 01:51:50 +00:00
spatial_audio_3d.rs Add ability to mute audio sinks (#16813) 2024-12-15 19:19:16 +00:00