bevy/crates/bevy_audio
François b21c69c60e Audio control - play, pause, volume, speed, loop (#3948)
# Objective

- Add ways to control how audio is played

## Solution

- playing a sound will return a (weak) handle to an asset that can be used to control playback
- if the asset is dropped, it will detach the sink (same behaviour as now)
2022-03-01 01:12:11 +00:00
..
src Audio control - play, pause, volume, speed, loop (#3948) 2022-03-01 01:12:11 +00:00
Cargo.toml Update rodio 0.15 (#3846) 2022-02-03 04:25:44 +00:00