bevy/crates/bevy_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
..
src Basic spatial audio (#6028) 2023-02-20 15:31:07 +00:00
Cargo.toml Basic spatial audio (#6028) 2023-02-20 15:31:07 +00:00