mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
e8cd2fc727
# Objective - While playing with volume, I noticed that when setting the volume just after playback start, I still get a few milliseconds at normal volume ## Solution - Replace `play_in_loop` with `play_with_settings` that allows from more controls - Adds a `PlaybackSettings` to specify the settings from start. Can be used: `PlaybackSettings::LOOP.with_volume(0.75)` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |