bevy/crates/bevy_audio/src
François e8cd2fc727 Audio control at start of playback (#4110)
# 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)`
2022-04-08 23:12:30 +00:00
..
audio_output.rs Audio control at start of playback (#4110) 2022-04-08 23:12:30 +00:00
audio_source.rs Complete inline documentation for bevy_audio (#3510) 2022-01-05 22:30:15 +00:00
audio.rs Audio control at start of playback (#4110) 2022-04-08 23:12:30 +00:00
lib.rs Audio control at start of playback (#4110) 2022-04-08 23:12:30 +00:00