bevy/examples/audio
François ca1802b774 Basic spatial audio (#6028)
# Objective

- Add basic spatial audio support to Bevy
  - this is what rodio supports, so no HRTF, just simple stereo channel manipulation
  - no "built-in" ECS support: `Emitter` and `Listener` should be components that would automatically update the positions

This PR goal is to just expose rodio functionality, made possible with the recent update to rodio 0.16. A proper ECS integration opens a lot more questions, and would probably require an RFC

Also updates rodio and fixes #6122
2023-02-20 15:31:07 +00:00
..
audio.rs Doc/module style doc blocks for examples (#4438) 2022-05-16 13:53:20 +00:00
audio_control.rs Basic spatial audio (#6028) 2023-02-20 15:31:07 +00:00
decodable.rs Add AddAudioSource trait and improve Decodable docs (#6649) 2023-01-17 22:42:00 +00:00
spatial_audio_2d.rs Basic spatial audio (#6028) 2023-02-20 15:31:07 +00:00
spatial_audio_3d.rs Basic spatial audio (#6028) 2023-02-20 15:31:07 +00:00