bevy/crates/bevy_audio/src
lelo 2e3900f6a9
Clarify what happens when setting the audio volume (#9480)
# Objective

- Fixes [#8835](https://github.com/bevyengine/bevy/issues/8835)

## Solution

- Added a note to the `set_volume` docstring which explains how volume
is interpreted.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: GitGhillie <jillisnoordhoek@gmail.com>
Co-authored-by: François <mockersf@gmail.com>
2023-08-28 18:21:12 +00:00
..
audio_output.rs audio sinks don't need their custom drop anymore (#9336) 2023-08-11 21:16:12 +00:00
audio_source.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
audio.rs bevy_audio: ECS-based API redesign (#8424) 2023-07-07 23:01:17 +00:00
lib.rs Added Pitch as an alternative sound source (#9225) 2023-07-29 22:29:41 +00:00
pitch.rs Added Pitch as an alternative sound source (#9225) 2023-07-29 22:29:41 +00:00
sinks.rs Clarify what happens when setting the audio volume (#9480) 2023-08-28 18:21:12 +00:00