mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
b21c69c60e
# 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) |
||
---|---|---|
.. | ||
audio.rs | ||
audio_control.rs |