SolarLiner / bevy-kira-components

Experimental Bevy <-> Kira integration crate
https://solarliner.dev/bevy-kira-components/bevy_kira_components/
MIT License
8 stars 6 forks source link

Ability to increment/decrement volume #6

Open ItsDoot opened 2 months ago

ItsDoot commented 2 months ago

One of the audio examples in the bevy repo allows the user to adjust volume with button presses: https://github.com/bevyengine/bevy/blob/aa80e2d658ed1b84787fd512839a8c84238979ef/examples/audio/audio_control.rs#L49

We're currently gated on https://github.com/tesselode/kira/issues/92