![]() # 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)` |
||
---|---|---|
.. | ||
audio_output.rs | ||
audio_source.rs | ||
audio.rs | ||
lib.rs |