bevy/examples/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
..
audio.rs use ogg by default instead of mp3 (#3421) 2021-12-23 19:19:15 +00:00
audio_control.rs Audio control - play, pause, volume, speed, loop (#3948) 2022-03-01 01:12:11 +00:00