bevy/crates/bevy_audio/src
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
..
audio.rs Audio control - play, pause, volume, speed, loop (#3948) 2022-03-01 01:12:11 +00:00
audio_output.rs Audio control - play, pause, volume, speed, loop (#3948) 2022-03-01 01:12:11 +00:00
audio_source.rs Complete inline documentation for bevy_audio (#3510) 2022-01-05 22:30:15 +00:00
lib.rs Audio control - play, pause, volume, speed, loop (#3948) 2022-03-01 01:12:11 +00:00